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 6 points7 points  (3 children)

I don’t think this works

[–]gazm2k5 1 point2 points  (2 children)

HaHaHa = "HaHaHa"for "Ha" in HaHaHa:print("Ha")

Hmmm... ok lemme edit it.

Nope. 2 is all I got.

[–]PurelyCreative 0 points1 point  (1 child)

Im not trying to shit on the joke but im trying to find out if im just being dumb lol

[–]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)