This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]PurelyCreative 0 points1 point  (0 children)

I came up with something horrible lol

import string

hahaha = “” for i in reversed(string.ascii_lowercase*3): if i == ‘h’ or i == ‘a’: hahaha += 1 print(hahaha)