Posts by Gabriel • 3 points
1 post
-
0
votes3
answers752
viewsQ: How to convert int variable to string without deleting zeros?
Need to perform in an activity the validation of characters typed by the user. My code: mes1 = int (input ('Digite o mês inicial:')) valida = len (str (mes1)) while valida != 2: print ('Valor…