Hello from Python! print(datetime.today().strftime("%a %b %d %H:%M:%S %Y")) Sun Sep 08 04:12:11 2024 for i in range(1, 11): print(i); 1 2 3 4 5 6 7 8 9 10