Posts by Sathler do valorinho • 11 points
3 posts
-
1
votes1
answer29
viewsQ: my checkbox button is not working(possibly because of css)
I’m trying to make a login screen but I tried to make a <input type="checkbox" class="senhaMostrarOuOcultar" onclick="mostrarSenhaEOcultar()"> for it to hide or show the password, but when it…
-
0
votes0
answers19
viewsQ: my display does not open in pygame by vs code
i made an initial script of my game in pygame and the code is as follows: import pygame pygame.init() display = pygame.display.set_mode([840, 480]) running = True while running: for event in…
-
-6
votes1
answer43
viewsQ: Loop error with for loop and loop control variable
the error written is and my code is this someone can help me fix this bug? The language is c…