Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 609 Bytes

File metadata and controls

27 lines (23 loc) · 609 Bytes

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