Posts by Mateus Nunes • 25 points
3 posts
-
1
votes2
answers7068
viewsQ: How to get out of one loop inside another through a function in python?
Hi, I’m confused and I’m not getting my code right. What I need is to get out of all the loops through the function ask_continue() after the user responds n input without leaving the program,…
-
0
votes1
answer531
viewsQ: How to make this program repeat itself?
Which command is useful for running the program from the beginning to the end?? f=float(input("Digite 0 para retânglo, 1 para triângulo:")) if f==0: a=float(input("valor da altura:"))…
-
0
votes1
answer276
viewsQ: How to use print in the graphical interface?
I need the result of the function print((randint(0,700)) appear on the label (label) of my program window (created with Py’s own Qt Designer), and not in the interpreter, but only know the command…