Why 'comma' coming before 'type'?

Hi, how to resolve this error: why is the ‘comma’ coming before ‘type’?

image

Python list not defined properly.
test condition:
type(list)
expected:
list
result from your code:
,type

the code is running correctly:
List not defined

Hi, Vaibhav.

Your code looks correct!
May I know which question in numpy is this?

All the best!