Learn Before
Relation
Function Parameters in Python
In Python, function parameters refer to the variables that are listed within a function definition. For example, in the function rotate(x, y), the parameters are x and y.
0
1
Updated 2021-07-03
Tags
Python Programming Language
Data Science