7 lines
63 B
Python
7 lines
63 B
Python
![]() |
import time
|
||
|
|
||
|
while True:
|
||
|
print("hello")
|
||
|
time.sleep(1)
|
||
|
|