Quantcast
Channel: CodeChef Discuss - latest questions
Viewing all articles
Browse latest Browse all 39796

python 3 map problem

$
0
0
a = input()
print( map(lambda x,y: x+y ,a.split(" ")))

i want to add two numbers


Viewing all articles
Browse latest Browse all 39796

Trending Articles