Improve your skills with Exercise 13: map() function | HolyPython.com

PHOTO EMBED

Thu Sep 21 2023 06:52:18 GMT+0000 (Coordinated Universal Time)

Saved by @vikas180

lst1=[0, 00, 00, 00, 00]
2
lst2=[1,10,100,1000,10000]
3
​
4
​
5
#Type your answer here.

​

lst3=

​

​
10
print(lst3)

​

​
content_copyCOPY

https://holypython.com/intermediate-python-exercises/exercise-13-python-map-function/