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

@ -25,7 +25,7 @@ if (choice == 2):
if re.search(regex, grid): if re.search(regex, grid):
print("grid is valid!") print("grid is valid!")
else else:
print("grid is not valid!") print("grid is not valid!")
elif (choice == 3): elif (choice == 3):

Loading…
Cancel
Save

Powered by TurnKey Linux.