Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Q4
#python 3.5.2 def Binary(n): if n > 1: Binary(n//2) print(n % 2,end = '') dec = 10 Binary(dec)
run
|
edit
|
history
|
help
0
PyDeque
PyDescript
Greatest Common Factor (Euclidean algorithm, aka Euclid's algorithm)
PyTeleAbs
My first code
BasicFunctionsPrograms,py
ip2cidr
lower and upper alphabets checker
strong1
Rextester