Def | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Def

What def mean in python?

27th May 2018, 4:53 PM
Jessica
Jessica - avatar
3 Answers
+ 6
Defining a Function. ... Here are simple rules to define a function in Python. Function blocks begin with the keyword def followed by the function name and parentheses ( ( ) ). Any input parameters or arguments should be placed within these parentheses. You can also define parameters inside these parentheses. https://www.tutorialspoint.com/python/python_functions.htm
27th May 2018, 5:09 PM
Scooby
Scooby - avatar
+ 3
Thanks!
27th May 2018, 5:19 PM
Jessica
Jessica - avatar
+ 3
no problem ^^
27th May 2018, 5:21 PM
Scooby
Scooby - avatar