junaid17 commited on
Commit
91b2bc9
·
verified ·
1 Parent(s): 7d33d29

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ print("STARTED")
2
+ import time
3
+ time.sleep(3600)
4
+ print("it worked")