The 6 types of programmers

Submitted By: Anonymous on October 4, 2015

5

2

10821

The 6 types of programmers

Site Comments (2)

Please Signin or Signup to add a comment


0

March 18, 2016, 11:43 pm

ron-michel wrote:

@Mathias been there!

1

October 5, 2015, 11:15 am

Mathias wrote:

Code done by frustrated people: def fuckingFibonacci(x): fuckingResult = 0 fuck = 1 for i in range(0, x): fuckingResult += fuck fuck = fuckingResult - fuck return "The fucking result is: " + str(fuckingResult)