Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Factorial
#python 3.5.2 N = int(input()) def factorial(N): if(N == 1): return 1 else: return N*factorial(N-1) print(factorial(N))
run
|
edit
|
history
|
help
0
isPythagorasTriplet.py
A list is shuffled and reshuffled till the 0th index of the list matches
pico menu
on_off
Magic Calendar of any month
learn
MBTI test ITA
python decorator with parameter example
matrix with random numbers
PyMenu