Pro Python (en).pdf
4.3 MB
Pro Python Books 📖
Do not forget to React ❤️ to this Message for More Content Like this
Thanks For Joining All ❤️❤9👍1
def func(x):
return x * 2
result = map(func, [1, 2, 3])
print(list(result))
❤3
What will be the output of the following code?
Anonymous Quiz
17%
[1, 2, 3]
59%
[2, 4, 6]
14%
[1, 4, 9]
10%
Error
❤4👍2