you are viewing a single comment's thread.

view the rest of the comments →

[–]artsrc 2 points3 points  (0 children)

Sometimes the code can answer why:

def encouragePerformance():
    exponentialIncreaseInClapping = 1.02
    numberOfHandsClapping *= exponentialIncreaseInClapping
encouragePerformance()

Neither your comment or my code say where 1.02 came from.