gjin10969 commited on
Commit
2b1b0fd
·
verified ·
1 Parent(s): 0f30942

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import time
2
 
3
- while true:
4
  print('hello world')
5
  time.sleep(2)
 
1
  import time
2
 
3
+ while True:
4
  print('hello world')
5
  time.sleep(2)