Career Tracks
Exams
MCQ
Companies
Opportunities
Pricing
MCQ Practice
Programming
Python — Output Questions
Question
Medium
What is the output of: d={'a':1,'b':2} print(d.get('c',0))?
A
None
B
Error
C
0
D
c
Show Answer
← Back to Python — Output Questions questions