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
Print lists separated by comma
abracadabra
ivan2
Code1
PyRegChars
Hi.py
Calendar 12 months
recreation of https://js.do/samples/labyrinth in python. Works in the same way.
linked_lists_2
quizcorrect