Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
add lambda
#python 3.5.2 def add(a): return a+a list2=[add] for i in range(5): num=list(map(lambda z:z(i),list2)) print(num)
run
|
edit
|
history
|
help
0
Fu 1
HW. Bubble Sort Descending Order
Yogesh.py
Faiha #4
word repeat
LinkedList implementation
Sum
Python My G(ame,uess)
Insertion sort
PyBatScoreSOLID