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
pytest
Python Practice
w3resource
Prime Factors
QuickSort
f strings 2
sensi cod
abstractmethod
line 4
Bmi calculator dictionary