python tutorial
-
The pass command in Python
in the previous lesson, you learned how to use the `continue` and `break` commands in python to modify loops. in this section, we will continue with another command, the `pass` command in python, used as a placeholder for the execution of functions, loops, etc., in the future.
-
Functions in Python
what is python function? how is the syntax, components, and function types in python? how to create functions in python? these questions will be answered in the python lesson below.