Create a number guessing game in Python with the following conditions: The number guessing game allows the user to enter a guess for a number that the computer generates between 1 and 10. The user can make only one guess per game. If the guess is incorrect, the game ends. If a guess is correct the user wins. Either way the user may play again. Each time the user wins. they collect 5 points. One function must be named GenerateGuess(): Includes another function called CheckGuess(): that takes a user's guess and the current 'secret' guess and if the user's guess is correct update the TotalPoints (this must be a global variable) and then return True, otherwise return False if the user's guess does not match the secret guess. Main function must include: print statement to start the game UserGuess variable that asks for user input and converts string to int A ComputerGuess variable that calls the CheckGuess Function from above and returns its value in this variable An if statement that uses the CheckGuess variable from above to determine true or false If true print congrats and point total If false print you lose Ask if users wants to play again: If yes input received call main function If no input received end code and return point total

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
100%

Create a number guessing game in Python with the following conditions:

  1. The number guessing game allows the user to enter a guess for a number that the computer generates between 1 and 10.
  2. The user can make only one guess per game. If the guess is incorrect, the game ends. If a guess is correct the user wins. Either way the user may play again.
  3. Each time the user wins. they collect 5 points.
  4. One function must be named GenerateGuess():
  5. Includes another function called CheckGuess(): that takes a user's guess and the current 'secret' guess and if the user's guess is correct update the TotalPoints (this must be a global variable) and then return True, otherwise return False if the user's guess does not match the secret guess.
  6. Main function must include:
    1. print statement to start the game
    2. UserGuess variable that asks for user input and converts string to int
    3. A ComputerGuess variable that calls the CheckGuess Function from above and returns its value in this variable
    4. An if statement that uses the CheckGuess variable from above to determine true or false
      1. If true print congrats and point total
      2. If false print you lose
    5. Ask if users wants to play again:
      1. If yes input received call main function
      2. If no input received end code and return point total
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Mathematical functions
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-engineering and related others by exploring similar questions and additional content below.
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY