Search for identity up to 3 chars

This commit is contained in:
Mattéo Delabre 2021-01-27 11:44:44 +01:00
parent 8b42e0ec09
commit c52a06c09c
Signed by: matteo
GPG Key ID: AE3FBD02DC583ABB
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ if __name__ == '__main__':
("1", "1"),
("2", "2"),
("3", "3"),
), max_length=2)
), max_length=3)
# Successor
print("\nSearching for successor")