This commit is contained in:
2025-12-03 21:16:23 +01:00
parent 1f1ad1dfe5
commit 6dfe1520ee
4 changed files with 232 additions and 1 deletions

View File

@@ -24,4 +24,4 @@ if __name__ == "__main__":
elif i_str[:l_half] == i_str[l_half:]:
print(i)
solution += i
print(f"The Password is: {solution}")
print(f"Solution: {solution}")