Update find_word_inside_text.py

This commit is contained in:
go-outside-helper 2024-03-14 17:07:48 +01:00 committed by GitHub
parent 867be57b86
commit 46ee773417
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python
__author__ = "bt3gl"
__author__ = "Mia Stein"
# given two text, find the difference between them
# useful for ciphers, for example vinegere, when
@ -22,4 +22,4 @@ if __name__ == '__main__':
index = find_word(A, B)
print A[index: index + 15]
print B[index: index + 15]
print B[index: index + 15]