+ 5
Guyss... What is <def> means??
Im sorry and I just wanna know... :(
14 Answers
+ 5
It is function in Python
https://www.sololearn.com/learn/Python/2437/?ref=app
+ 5
Its easy for you right?? :)
+ 5
But difficult for me...😭😭
+ 5
Mirul Makenkov II Nothing is impossible in this world. practice makes perfect😉
+ 4
ohh ok
+ 4
Yeah, its hard to make except animations
+ 4
Tru ricard lol.. u really think I know very much about coding??... plz dont ask me.. ask Morpheus.. im just a newbie here.. how am I supposed to do?? im sorry😕😕
+ 4
Tru ricard 😀😆👍
+ 3
I'm learning python and C using a smartphone. S6 running Termux. I have plenty of questions
+ 3
can u help me?
+ 3
Tru ricard how?? ☹☹
+ 2
It's not hard Mirul. You can learn it.
def marks the beginning of python's method/function definition.
let say u want to create a function named 'Say_hi'
u would do:
def Say_hi( ):
print( "Hi everyone!")
then you can use the function by calling/invoking it with the name=>
Say_hi()
+ 1
ok
0
mirul makenkov ii I can't get my program 2 run. it says I have 1 warning and 4 errors. I'm running termux on s6 edge, Android 7 without root.