Report Bug
Qus : How can we create an empty list in Python ?
Qusहम पायथन में एक खाली लिस्ट कैसे बना सकते हैं?

A. list=()
B. list.null
C. null.list
D. list=[]


Solution
D. list=[]






Report Bug