Python’s MOST POPULAR Easter Egg

preview_player
Показать описание
Python Easyer Egg #1 #code #python
Рекомендации по теме
Комментарии
Автор

You can tell how old the comic is by the fact that it’s using python 2 syntax.

AWriterWandering
Автор

One that everyone should know is
>>> import this

It will print out The Zen of Python

nigh_anxiety
Автор

I watched this muted at first and was like "that's it? Just an import"

doveShampoo
Автор

My favorite is this:
>>> from __future__ import braces
File "<stdin>", line 1
SyntaxError: not a chance

santtusievanen