Posts by Eduardo Costa Scott • 21 points
1 post
-
1
votes1
answer2516
viewsQ: Code that calculates days between two dates without using the datetime module
I’m making a code that calculates the days between two dates, but it cannot use the datetime module, and it only gives error. Here’s the code: usuariodata=input() usuariodata2=input()…