Mastery11

In python to call a function write the name of the function and the variables it needs, for example:

function_name (x,y)

and you can call a function to give value to a variable.

z = function_name(x,y)

CC BY 4.0 Mastery11 by sergio is licensed under a Creative Commons Attribution 4.0 International License.

Comments are closed.