mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-04-24 06:33:37 +00:00
Add `.split
This commit is contained in:
parent
2bef9b9cb3
commit
92d58b7109
@ -27,7 +27,7 @@ def apply_rot13(s: str) -> str:
|
||||
|
||||
|
||||
def main() -> None:
|
||||
s0 = input("Enter message: ")
|
||||
s0 = input("Enter message: ").strip()
|
||||
|
||||
s1 = apply_rot13(s0)
|
||||
print("Encryption:", s1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user