Posts by Renato Silva • 33 points
5 posts
-
0
votes0
answers66
viewsQ: Problems performing Postgresql Store
I’m having trouble performing the Store from a dump. The scenario is as follows: I am migrating from a GCP environment to AWS, and at this time I am working on the bank migration. A partner dumped…
-
1
votes2
answers262
viewsQ: Guess Game Python Tkinter
I created a code in Python to present a puzzle game of numbers between 1 and 100. I wanted to implement this game in a graphical interface, using the Tkinter module. I had an idea, I created a code…
-
0
votes2
answers1214
viewsQ: Levels in the game of old
I am working on an old game in Python, and I have 3-level codes (easy, medium and hard) distinct, as it could implement an initial "menu" where the user could choose one of the levels and be…
pythonasked Renato Silva 33 -
1
votes1
answer176
viewsQ: Python Guessing game
I have the following problem: every attempt of the user, the code does not accuse if it is cold, hot, warm, boiling. That is, does not give the tips to the player. If anyone can help me I…
-
0
votes1
answer117
viewsQ: Python Guess Game
I was doing a job, and I ran into some problems. This code has a limitation: Whenever the player selects some number that has been selected before the code does not invalidate and is considered as…