How to write a program that difines a function named float_funcion() which takes the floating point number as it argument? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to write a program that difines a function named float_funcion() which takes the floating point number as it argument?

I need clue on what does defining mean

29th Jul 2020, 4:18 AM
Siyabonga Mpanza
Siyabonga Mpanza - avatar
2 Answers
+ 2
Define means to give a name to your function. just like def any_name_you_would_like_and_related(): And here goes all the code to interpret when the function is called We call the function by its given name
29th Jul 2020, 6:28 AM
Arrahman Abtahi
- 1
Defining mean, Giving definition of a function OR Explaining what a function will do when it is called in terms of programming.
29th Jul 2020, 4:36 AM
Lakshay Mittal
Lakshay Mittal - avatar