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
mbti
Python3
Faiha HW #3
LinearSearch.py
Ghost 👻👻👻👻👻 Game 👻👻👻👻👻👻
linearSearch.py
recreation of https://js.do/samples/labyrinth in python. Works in the same way.
static
fibonacciseries
rstring