Untitled
unknown
plain_text
2 years ago
257 B
12
Indexable
from datetime import datetime
mes_Do_niver = datetime.strptime(input("qual a data do seu próximo aniversario:"), "%d/%m/%Y")
date_atual = datetime.now()
calculo = mes_Do_niver - date_atual
print("FALTAM", calculo.days, "DIAS PARA O SEU ANIVERSÁRIO")Editor is loading...
Leave a Comment