0
Function Parameter STRING or INTEGER
The function parameter is taken as a string or any data type. Like if the parameter is 2, the python takes it as a string or an integer.
1 Resposta
+ 5
Depends
For this example, 2 will be an integer
You can set the type of variables by using int() or str()
You could get know of the variable type by using type()