This is spot on :D

15 Likes

@Alien ,

you have to become more than a programmer… :wink:

2 Likes

3 Likes

Another day at the office

5 Likes

Sometimes I ask myself the same question…

mistake_count = 0

print("Starting the journey of Programming...")

while True:
    print("Oh no, I've made a mistake...")
    mistake_count += 1

    print(f"I've made the same mistake over and over for {mistake_count} times...")
    print("Let's try to learn from our mistakes and break the cycle.")

print(f"End programming. Total mistakes made: {mistake_count}")
2 Likes

funnypics-019

7 Likes

3 Likes

@pyXam ,

a classic crash :wink:

3 Likes

You probably don’t want to fix it…

image

4 Likes

`####Number of hours wasted trying to simplify this loop: 162518.

####Note to next author: We have no idea how this actually works, but it does. The last person who did left the company in 2015. If you try to reconfigure, simplify, or optimize this section of the project please increment the number of hours shown on the previous line with the amount of time you spend on your effort. May the odds be in your favor.

####Bill, Susan, Jennifer, Johan`

5 Likes