Posts by KeddyHecky • 31 points
3 posts
-
2
votes1
answer192
viewsQ: How to suspend a command without disturbing active commands
well I wanted to know if you know a command in python that suspends the operation of a command (for a few seconds)without disturbing the other commands that are active, because it was wanting to…
-
0
votes1
answer52
viewsQ: Second command does not work
I was testing the conditions, but when I use one command and then another, the second one isn’t working. c=str(input('')) if c == '/tutorial': print('ok, como vc é um hacker vc hackea td por…
-
0
votes1
answer45
viewsQ: I’m trying to test a game but every time I try to run it appears "invalid syntax"
import pygame def main(): #variaveix pygame.init() tela = pygame.display.set_mode([300, 300]) pygame.display.set_caption('THE GAME') relogio =…
pythonasked KeddyHecky 31