Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
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
Please
log in
to post a comment.
Current date/time
miyabhai
Game4
Lesson 5
tree
15
Short python input
Select fruits
f strings 3
5
stackse - search stackoverflow differently
Please log in to post a comment.