Posts by Maria Cristina Silva • 1 point
1 post
-
0
votes2
answers3007
viewsA: Identify the day of the week of a given date
x = input("Quantos dias voce ficara de ferias? ") duracao_ferias = int(x) y = input("Digite o dia do mes que voce ira viajar: ") dia_viagem = int(y) dia_retorno =…