6 lines
75 B
Python
6 lines
75 B
Python
import time
|
|
|
|
while True:
|
|
print("Hello from Orin")
|
|
time.sleep(0.25)
|