New profile posts

Python:
def pain():
    while True:
        print("Pain.")

world_does_suck = True

if world_does_suck:
    pain()
Top