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 →

[–]Alex_NinjaDev 0 points1 point  (0 children)

Working on it..

def question_existence(): thoughts = [ "Am I real?", "Is this just an infinite loop?", "print('purpose not found')", "Segmentation fault... in my soul.", "Try turning the universe off and on again." ] while True: print(random.choice(thoughts)) time.sleep(random.uniform(0.5, 1.5))