Robuta

https://realpython.com/quizzes/python-use-global-variable-in-function/
In this quiz, you'll test your understanding of how to use global variables in Python functions. With this knowledge, you'll be able to share data...
python functions quizglobal variablesusingcreating
https://realpython.com/quizzes/python-lambda/
Python lambdas are little, anonymous functions, subject to a more restrictive but more concise syntax than regular Python functions. Test your understanding on...
python lambdafunctionsquizreal
https://realpython.com/quizzes/defining-and-calling-functions/
Practice defining and calling functions in Python, including parameters, argument types, default values, and function documentation.
python functions quizdefiningcallingreal
https://www.educative.io/courses/full-speed-python/quick-quiz-on-modules-and-functions
Test your knowledge on Python modules and functions with a quick quiz designed to reinforce key coding concepts and improve your skills.
quick quizpython modulesfunctionslearners