find type 2 Question Find the type of b where: b=[] in progress 0 Python YashikaKhurana 56 years 1 Answer 1125 views Master 0
Answer ( 1 )
type(b) returns list.