Skip to content

Instantly share code, notes, and snippets.

@FranklyFuzzy
Created August 14, 2022 21:09
Show Gist options
  • Save FranklyFuzzy/0843730fe0a2e3009b23fa24a8e70a1f to your computer and use it in GitHub Desktop.
Save FranklyFuzzy/0843730fe0a2e3009b23fa24a8e70a1f to your computer and use it in GitHub Desktop.
take user input and output special characters from d2
#d2 printer
x = input('Type your text: ')
print(x.replace('o','ꚛ').replace('O','Ꚛ'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment