I tried this simple code in jupyter notebook, the result doesn't show properly.
my code:
z = map(lambda x, y: (x+y)**2, x, y)
z
instead of showing numbers, it shows:
map at 0x164ecbec7b8
I tried in Pycharm too, it doesn't work either. How do I fix it? cheers!