Yetiowner / Increasing-code-complexity

Every day, I commit a new and more complicated version of some simple code.
227 stars 6 forks source link

Add an easter egg #12

Open maduranma opened 1 year ago

maduranma commented 1 year ago

A big piece of software of this kind must have at least one easter egg.

What about this at the beggining of the code?

import sys
if len(sys.argv) == 2 and sys.argv[1] == 'HelloWorld':
    print('You found an egg, I hope it\'s an easter one')
PoolloverNathan commented 1 year ago

Good idea in my opinion. Taking into account past days:

I'll make a branch.