Lab2/hw.py
2023-10-10 14:35:34 +02:00

6 lines
91 B
Python

import datetime
print(datetime.date.today())
for i in range(10):
print("Hello world")