# your code goes herefrom datetime import datetimedate = datetime.strptime('2021-11-27 00:00', '%Y-%m-%d %H:%M')print(date)
Standard input is empty
2021-11-27 00:00:00
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!