Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

python - guessing game For this assignment, you will be creating a guessing game. Things you need to accomplish: Create tables in SQL Server to

python - guessing game

For this assignment, you will be creating a guessing game. Things you need to accomplish:

  • Create tables in SQL Server to store game sessions and the guesses associated with them. You'll be expected to be able to query how many games were played and the average number of guesses it took to get the correct answer.
  • Generate a random number between 1 and 100.
  • Take input from the user and tell them if they got the number correct, they are too low, or too high.
  • Create stored procedures to log your games and guesses

As mentioned in class, for this first assignment I'm not looking for bullet-proof code. Don't worry about bad data entry of any sort - assume I'll stay in bounds as I grade these.

Turn in your .py file for the game, along with a .sql file that creates your tables and stored procedures.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Concepts

Authors: David M Kroenke, David J Auer

6th Edition

0132742926, 978-0132742924

More Books

Students also viewed these Databases questions