In der Programmiersprache Python findet sich ebenfalls ein kleines Easteregg.
Starten Sie den Python-Interpreter python.exe.
tippen Sie folgenden Text an der Eingabeaufforderung ein:
import __hello__ >>>Hello world ...
bei der Eingabe von
import this
kommt ein Text
Beautiful is better than ugly. Explicit is better than implicit. Simple is better than complex. Complex is better than complicated. Flat is better than nested. Sparse is better than dense. Readability counts. Special cases aren't special enough to break the rules. Although practicality beats purity. Errors should never pass silently. Unless explicitly silenced. In the face of ambiguity, refuse the temptation to guess. There should be one-- and preferably only one --obvious way to do it. Although that way may not be obvious at first unless you're Dutch. Now is better than never. Although never is often better than *right* now. If the implementation is hard to explain, it's a bad idea. If the implementation is easy to explain, it may be a good idea. Namespaces are one honking great idea -- let's do more of those!
Pythons Meinung zu geschweiften Klammern (In Python arbeitet man mit Einrückungen):
>>> from __future__ import braces File "<stdin>", line 1 SyntaxError: not a chance
Python (v.2.6) was last modified: Dezember 29th, 2010 by
12. Juli 2014 um 09:16
Das gibt es erst ab der Version 3 von Pytho. Sie finden es hier: http://eastereggs.svensoltmann.de/software/python-v3-11.html
7. Juli 2014 um 23:44
Probieren Sie mal
import antigravity
Pingback: Python (v.2.6) | Acsiii.Net