Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
function and doc string
#python 3.5.2 def function(): print("kya haal hai bhai ") function() function() def function(a,b): sum=(a+b) print(sum) function(5,5) def function(a,b,c,d): """wow""" mul=(a*b*c*d) print("mul is",mul) function(2,3,4,5) print(function.__doc__)
run
|
edit
|
history
|
help
0
H
strong1
PyLSV
Tuple_Exercise1_solution
ls
shuru2
Faiha - L6
Lesson7 Final
H.W5
Hello