You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an absolutely crazy problem, I invented just for fun when I was learning python.
Take a word the user is given, say waffles. Then, for every letter in the word, factor its unicode value, and then add 32 to the result. Now, write the resulting letters for those digits to the screen. For added fun, grab the text from a large chunk of text, like a bible.
The text was updated successfully, but these errors were encountered:
This is an absolutely crazy problem, I invented just for fun when I was learning python.
Take a word the user is given, say waffles. Then, for every letter in the word, factor its unicode value, and then add 32 to the result. Now, write the resulting letters for those digits to the screen. For added fun, grab the text from a large chunk of text, like a bible.
The text was updated successfully, but these errors were encountered: