Hi, how to resolve this error: why is the ‘comma’ coming before ‘type’?
Python list not defined properly.
test condition:
type(list)
expected:
list
result from your code:
,type
Hi, how to resolve this error: why is the ‘comma’ coming before ‘type’?
Python list not defined properly.
test condition:
type(list)
expected:
list
result from your code:
,type
the code is running correctly:
Hi, Vaibhav.
Your code looks correct!
May I know which question in numpy is this?
All the best!