Parameter vs Argument in Python
Parameter vs Argument in Python
A parameter is the variable listed inside the parentheses in the function definition.
An argument is the value that are sent to the function when it is called.
Parameter vs Argument in Python
A parameter is the variable listed inside the parentheses in the function definition.
An argument is the value that are sent to the function when it is called.
Comments
Post a Comment