Posts by Kelvin Rafael • 1 point
1 post
-
-4
votes3
answers15165
viewsA: How to subtract two dates using Python?
You can also use variables instead of fixed values. For example: import datetime tempo = datetime.date.today() dia = int(input('Dia de Nascimento: ')) mes = int(input('Mês de Nascimento: ')) ano =…