Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Problem: binary
def binary(n): s = str(n % 2) if n >> 1 > 0: s += binary(n >> 1) return s print binary(9)
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
WoW
Date time
TIC TAC TOW.py
single_digit
Rectangle Area
check if any permutations of a word is a palindrome - python
Filter dictionaries with specific keys
functional python - from hackernoon.com, lean functional python in 10 min
PyDeco
Convert between degrees and radians
Please log in to post a comment.