scrimba
Python 101 in Bangla
37. Dictionaries II
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

37. Dictionaries II
AboutCommentsNotes
37. Dictionaries II
Expand for more info
index.py
run
preview
console
print('Dictionaries II')

first_semester = {'Bangla':81, 'English': 87, 'Arabic': 79}
second_semester = {'Maths': 95,'Physics': 94, 'Chemistry': 94,'ICT':95}
third_semester = {'History': 81, 'Sociology': 79, 'Accounting': 87,'Economics':89}

Console
"Dictionaries II "
,
/index.html
-5:54