0
What's that def ? Can't figure it out
2 Antworten
+ 3
can't figure it out?read the source you found it again and again..
meanwhile "def" is a keyword in python used in function declarations..
def partha:
print("hello")
partha()
//outputs hello