Files
pythonmc/levieProekti/KOTIKOT programs/printmeow.py
BarsTiger 68fb5410ee 1
2021-10-15 12:46:53 +03:00

4 lines
53 B
Python

import time
time.sleep(1)
print("meow")
time.sleep(1)