الرجوع
تسجيل الدخول

What will be the output of the following code?

counts = { 'chuck' : 1 , 'annie' : 42, 'jan': 100}
print(counts.get('jan', 0))