kopia lustrzana https://github.com/dgtlmoon/changedetection.io
9 wiersze
122 B
Python
9 wiersze
122 B
Python
![]() |
import time
|
||
|
import sys
|
||
|
|
||
|
|
||
|
while True:
|
||
|
# Wait for 5 seconds
|
||
|
print('To stderr.', file=sys.stderr)
|
||
|
|
||
|
time.sleep(2)
|