Skip to content

Commit

Permalink
kek
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenrac authored Oct 29, 2018
1 parent 14fc209 commit 9b95dab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion TextToOwo/owo.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ def text_to_owo(text):

text = last_replace(text, '!', '! {}'.format(random.choice(smileys)))
text = last_replace(text, '?', '? owo')
text = last_replace(text, '...', '... UwU')
text = last_replace(text, '.', '. {}'.format(random.choice(smileys)))

for v in vowels:
Expand Down

0 comments on commit 9b95dab

Please sign in to comment.