runusb-2/main.py

7 lines
107 B
Python

import time
from itertools import count
for i in count():
print("Still running", i)
time.sleep(1)