Files
CS50---Harvard/Python/cat.py
T
2026-06-05 01:28:27 +00:00

4 lines
40 B
Python

for _ i in range(3):
print("Meow")