Posts by Angelo Spinardi • 103 points
2 posts
-
0
votes1
answer303
viewsQ: Tic-tac-toe in C. The program ends before
I am trying to make an old game in C language but in player 1’s first move depending on where to put the 'X' the program is already ending declaring the player a winner. Following this my code:…
-
10
votes5
answers5611
viewsQ: Draw square on the canvas using wire fences (#)
Hello I’m starting to program in python and I’m having a hard time doing an exercise where I have to do a rectangle with "#". largura = int(input("Digite a largura: ")) altura = int(input("Digite a…
pythonasked Angelo Spinardi 103