Skip to content

Instantly share code, notes, and snippets.

@gunnarig
Created October 9, 2018 23:08
Show Gist options
  • Save gunnarig/943371b7c5516937858708a87711f3bc to your computer and use it in GitHub Desktop.
Save gunnarig/943371b7c5516937858708a87711f3bc to your computer and use it in GitHub Desktop.
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