Skip to content
Snippets Groups Projects
Commit 73d7c5e9 authored by Scott Wong's avatar Scott Wong
Browse files

Removed input(). It goes really fast!

parent 7e701cc3
No related branches found
No related tags found
No related merge requests found
No preview for this file type
...@@ -29,7 +29,6 @@ def main(): ...@@ -29,7 +29,6 @@ def main():
make_board() make_board()
print_board(board) print_board(board)
while targetsDict: while targetsDict:
input()
take_turn() take_turn()
file.close() file.close()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment