Created
October 9, 2018 23:08
-
-
Save gunnarig/943371b7c5516937858708a87711f3bc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def main(): | |
while True: | |
try: | |
input(int("please enter the with of the gameboard :" ) | |
except ValueError: | |
print("please stop being an idiot") | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment