Posts by Phelipe Gomes • 9 points
2 posts
-
-1
votes3
answers119
viewsA: How do I reset the Flask server using if within the algorithm?
Good afternoon, I managed to solve the problem by performing a route redirection, was created a route, when the POST hits the "lost", it sends me to another page, in this another page I zero cookies…
-
0
votes3
answers119
viewsQ: How do I reset the Flask server using if within the algorithm?
Next, I am creating a game in order to learn, however, I need this game to "reset" when the amount of attempts is reached. At the beginning of the code I have the following: from random import…