filmov
tv
Python - Function Parameters and Arguments with Code Examples - Learn Python Programming APPFICIAL

Показать описание
Functions may or may not have parameters
- A parameter is the function input specified in the function definition
- An argument is the data being passed to the function call
- Parameters can be mutable or immutable
Mutable objects updates can be seen outside the function call.
Immutable object updates cannot be seen outside the function call.
Subscribe to Appficial for more programming videos coming soon. Also, don't forget to click LIKE and comment on the video if it helped you out!
- A parameter is the function input specified in the function definition
- An argument is the data being passed to the function call
- Parameters can be mutable or immutable
Mutable objects updates can be seen outside the function call.
Immutable object updates cannot be seen outside the function call.
Subscribe to Appficial for more programming videos coming soon. Also, don't forget to click LIKE and comment on the video if it helped you out!