Posts by Juninho Souza • 83 points
1 post
-
8
votes1
answer4854
viewsQ: Convert a str to datetime in Python
I am creating a task manager that should receive a task with a deadline. This manager will check how many days left to the deadline and let you know when to arrive. However, I am having a problem…