FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

pythoncode-tutorials/general/simple-math-game at master · Drag99/pythoncode-tutorials · GitHub

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

To run this:

  • pip install -r requirements.txt
  • $ python simple_math_game.py
    
    Round down to one Number after the Comma.
    When asked to press enter to continue, type stop to stop.
    
    5 ** 4 = 625
    Correct!
    Points:  1
    Press "Enter" to continue
    
    9 ** 18 = 190
    Wrong!
    Solution: 150094635296999121
    Points:  0
    Press "Enter" to continue   
    
    7 - 17 = -10
    Correct!
    Points:  1
    Press "Enter" to continue
    stop
    

Back | FazBrowse Home | New Git URL