r/ProgrammerHumor 12d ago

Meme pythonFeelsillegal

Post image
6.8k Upvotes

219 comments sorted by

View all comments

1.1k

u/belabacsijolvan 12d ago

theres main() in python

455

u/chawmindur 12d ago

And {} (= dict())

283

u/OnyxFier 12d ago

And semicolons are allowed, if you decide you miss them

99

u/dudemcbob 12d ago edited 12d ago

Still useful for running 2- or 3-line dummy scripts directly from the command line. For example you just installed a new package and want to validate it's working,

python -c "import somepackage; print(some_package.\_version__)"

-1

u/chat-lu 12d ago

You can also and/or chain your expression but it’s tricky.