Posts by Rafael Marques • 129 points
1 post
-
2
votes2
answers116
viewsA: Creating a program in Python
First let’s analyze the problems. You need to identar your code correctly, is the basis to develop in python! valor = float(input('Digite um valor em reais: ')) while opção != 2: print('''[1]…
pythonanswered Rafael Marques 129