Skip to content

den01-python-programming-exercises/exercise-guess-the-number-den01-student

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Work in Repl.it

Exercise - Guess the number

Implement a program in Python which guesses a random number that the computer has chosen.

You might find the following helpful:

computer chooses random number between 1 and 10

loop until we get it right
    computer asks us to guess

    if the guess is right
        computer says yes
    otherwise
        if the number is too low
            computer says higher
        if the number is too high
            computer says lower

Note: There is no automatic testing for this exercise - you are responsible for writing and running your own tests!

About

exercise-guess-the-number-den01-student created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages