Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
factoriel function recursive
#python 3.5.2 def fact(num): if (num>0): return num*fact(num-1) else: return 1 print (fact(11))
run
|
edit
|
history
|
help
0
error
Lesson 3 Homework:
hw5 ss while
1
Game4
sensi
map lambda list
How to make a foolto my friend ?
Repeated match within another regular expression
Python wtf ?