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
raja praja
PyQP
test1
Calculator
Lesson8
Knn (weights=distance)
Simple calculator
binary
list of primes
DICCIONARIO EN PYTHON 3