cleared grid if invalid

pull/128/head
alanbjohnston 5 years ago committed by GitHub
parent 046132f698
commit 39907e40df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -30,6 +30,7 @@ if (choice == '2'):
print("grid is valid!")
else:
print("grid is not valid!")
grid = ""
elif (choice == '3'):

Loading…
Cancel
Save

Powered by TurnKey Linux.