Created
February 13, 2021 10:57
-
-
Save dkhmelenko/b833d361e0b552fc6b7070ea33bf3815 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
input_string = "Lorem ipsum" | |
content = read_characters(input_string) | |
for item in content: | |
print(f"Current char {item}") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment