At EuroPython 2024 I did a lightning talk where I presented a โWho wants to be a millionaire?โ Python quiz. There was a whole performance going on during the lightning talk, but the questions themselves were very interesting and I'm sharing them here so that you can test your Python knowledge!
This is an easy one to get you started.
What's the output of print("Hello, world!")?
How many soft keywords does Python 3.13 have?
How many times does the Python 3.13 glossary use the word โdunderโ?
The final question is pretty much impossible unless you've been doing Python for quite a while...
What does the following Python 2 code output?
print`3<3`[~3]
SyntaxErrorEvery Monday, you'll get a Python deep dive that unpacks a topic with analogies, diagrams, and code examples so you can write clearer, faster, and more idiomatic code.