Posts by Gabriel Ferreira • 11 points
2 posts
-
1
votes1
answer21
viewsQ: When a repetition is made in case there is no answer, no change is made! pq?
It’s a simple code, but based on what I’ve seen and been studying about repetition structure right here, I’ve come up with a way to do it, but I’m dealing with the following problem: the value is…
-
0
votes0
answers31
viewsQ: If there is no option, how to repeat the question in python?
How do I repeat the above question in case the answer does not get any of the options within the function if and elif? parcelax = int(input('Qual formato de parcelamento? \n 1) Á Vista \n 2) 12x \n…