From 2a02cfb5d2239007bba6dfb00ae3af2bc9c57e77 Mon Sep 17 00:00:00 2001 From: zevav Date: Sat, 11 Jan 2020 21:54:20 +0100 Subject: [PATCH] moved todos to issues --- math_game.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/math_game.py b/math_game.py index 2c11d78..dbf9940 100644 --- a/math_game.py +++ b/math_game.py @@ -1,9 +1,6 @@ # copyright 2020 Simon Averbach and Zev Averbach 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("How high do you want to count?") number = int(input("> "))