2
If I have a single data input, I have to remove several values assigned to my variable and give to another?
representation:
vrvl = int(input("Dia.mês.ano: ))
dia = dia
mes = mes
ano = ano
#entrada == 22.08.17
print("Dia:", dia)
print("Mês:", mes)
print("Ano:", ano)