import datetime now = datetime.datetime.now()print(now) today = datetime.date.today()print(today)
Standard input is empty
2025-12-04 11:58:21.943654 2025-12-04
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!