Hello from Python! print(datetime.today().strftime("%a %b %d %H:%M:%S %Y")) Mon Jun 30 23:00:32 2025 for i in range(1, 11): print(i); 1 2 3 4 5 6 7 8 9 10