Python Forum
Guess the number game
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Guess the number game
#6
(Mar-03-2020, 07:13 AM)Pranav Wrote: You are taking the guess as an integer value but in the "if statement" you are checking whether its equal to a string value. This is wrong since you are trying to compare an integer value with a string value.

Also raw_input() function is for Python 2, use input() function for Python 3.

hidden evaluates to an integer (random.randrange(1,100). So, that should not be a problem.

What is needed is a loop structure which keeps asking for a new guess (based on the evaluation of if.. elif ... else conditions) until the hidden number is guessed.

Hope that helps
Reply


Messages In This Thread
Guess the number game - by jackthechampion - Mar-02-2020, 02:23 AM
RE: Guess the number game - by ndc85430 - Mar-02-2020, 05:35 AM
RE: Guess the number game - by jefsummers - Mar-03-2020, 12:43 AM
RE: Guess the number game - by Pranav - Mar-03-2020, 07:13 AM
RE: Guess the number game - by AKNL - Mar-07-2020, 02:58 AM
RE: Guess the number game - by buran - Mar-03-2020, 08:22 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Help - random number/letter guessing game juin22 1 3,240 Aug-16-2020, 06:36 AM
Last Post: DPaul
  Dynamically chosing number of players in a "game" nsadams87xx 5 4,277 Jul-17-2020, 02:00 PM
Last Post: deanhystad
  Can someone help me optimize this game for large number of strings Emekadavid 13 5,117 Jul-06-2020, 06:16 PM
Last Post: deanhystad
  making a guessing number game blacklight 1 2,232 Jul-02-2020, 12:21 AM
Last Post: GOTO10
  Asking for help in my code for a "Guess the number" game. Domz 5 3,896 Aug-14-2019, 12:35 PM
Last Post: perfringo
  Guess a number game Drone4four 4 5,333 Nov-16-2018, 03:56 AM
Last Post: Drone4four
  guess the number atux_null 8 6,226 Dec-06-2017, 09:14 AM
Last Post: gruntfutuk
  trying to get my random number guessing game to work! NEED HELP RaZrInSaNiTy 4 6,964 Oct-06-2016, 12:49 AM
Last Post: tinabina22

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020