moved todos to issues

This commit is contained in:
2020-01-11 21:54:20 +01:00
parent ef5a38741b
commit 2a02cfb5d2

View File

@@ -1,9 +1,6 @@
# copyright 2020 Simon Averbach and Zev Averbach # copyright 2020 Simon Averbach and Zev Averbach
def math_game(): def math_game():
# TODO: make this into a web game, so we can make the numbers bigger
# TODO: make a warning, or maybe prevent the user from making a count that's
# going to take longer than five minutes
print("Hi, welcome to math game!") print("Hi, welcome to math game!")
print("How high do you want to count?") print("How high do you want to count?")
number = int(input("> ")) number = int(input("> "))