Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lfurman
/
NCU
like
0
Runtime error
App
Files
Files
Community
153daef
NCU
/
test.py
Łukasz Furman
update app.py
a59bdc5
about 2 years ago
raw
Copy download link
history
blame
Safe
68 Bytes
import
time
while
True
:
print
(
"Hello World"
)
time.sleep(
10
)