Posts by Mário Mendonça • 1 point
1 post
-
0
votes3
answers1165
viewsA: Pass a variable from one function to another
Put a Re-turn with the mts_quadrados within the prog() def prog(): print("Informe o valor: ") mts_quadrados = int(input(":")) return mts_quadrados and in the prog_main() you say right away that the…