A big piece of software of this kind must have at least one easter egg. What about this at the beggining of the code? ```python import sys if len(sys.argv) == 2 and sys.argv[1] == 'HelloWorld': print('You found an egg, I hope it\'s an easter one') ```