I have started posting #Python Pop Quizzes in my newsletter and on my blog @mousevspython 🐍❓

These quizzes include the answers too!

Python Pop Quiz - Number Explosion - Mouse Vs Python

You will sometimes come across examples of code that use one or two asterisks. Depending on how the asterisks are used, they can mean different things to Python. Check your understanding of what a single asterisk means in the following quiz! The Quiz What will be the output if you run this code? numbers = […]

Mouse Vs Python