Skip to content

Instantly share code, notes, and snippets.

@dkhmelenko
Created February 13, 2021 10:57
Show Gist options
  • Save dkhmelenko/b833d361e0b552fc6b7070ea33bf3815 to your computer and use it in GitHub Desktop.
Save dkhmelenko/b833d361e0b552fc6b7070ea33bf3815 to your computer and use it in GitHub Desktop.
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