Error in Programming with python

Why there is an error ‘dict’ object not callable for getting the input values ?and calling def function.please help me resolve my code where do i got struck

![Screenshot (812)|690x388]

hey @kush1404_10011d449b33f601 ,
when you add round braces then it understand the before variable used as to be a function, but here actually it is a dictionary, hence you need to use square brackets for that thing.
so just do it like ,
pokemon_map[ i ] and it will work.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.