dict()
dict() is built into Python. You do not import it. Freshers only need one honest call and the printed result — not a long definition.
dict() — output — {'name': 'Asha', 'marks': 90}.
Wrong type often raises TypeError. Empty values matter for bool/all/any. Don’t mix dict up with a similar name (sorted vs sort, int vs float).
{ "Asha": 90, "Ravi": 85 }
│ │
key valueExam tip
Call dict() once and say what prints.