This commit is contained in:
deadsmond 2019-10-28 19:39:05 +01:00
parent f889d5ce47
commit a2cd6c4fef
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/python3
import sys
import re
alph_num_dict = {

View File

@ -1,5 +1,5 @@
#!/usr/bin/python3
import sys
import re
def is_number(test):