Posts by Jeoronei Ribinski • 41 points
3 posts
-
0
votes3
answers1138
viewsA: What do I put in the gitignore?
Good night Kaiky Santos, The file. gitignore is not required for your application, however it is of great help when you do not intend not to upload a specific file or folder. Below are some useful…
-
0
votes1
answer61
viewsA: Alert user about JSON response with empty return []
Good night Igor, I understand from your code that you’re trying this way: if (resposta == '[]') { alert('Entrada incorreta!'); } Your error is that you are comparing response to a string containing…
-
1
votes1
answer82
viewsA: Doubt old game loop (Python)
Good afternoon, Let’s start with the function play_game, Yeah, she’s our main function. The function play_game has 2 loops: while winner == 0: Responsible for making the game work as it will perform…
pythonanswered Jeoronei Ribinski 41