Posts by Laxus Tutoriais • 15 points
2 posts
-
0
votes2
answers2500
viewsQ: How to use a function within another function in python3?
I wanted to take the result of the name function input and use inside the intro function, but the way I’m trying, I get just one error. code: def nome(): name = str(input('Poderia nos dizer seu…
-
1
votes1
answer748
viewsQ: How to make a program run inside a pygame window?
I made a window using pygame, and I have a code that I wanted to run inside it, but I don’t know how to do that, if anyone can help I’m very grateful. Here the window code: pygame.init() tela =…