University-Docs/Documents/School/SEM 2/MI/OZ6/oef1.py

8 lines
207 B
Python

dict_vakken = {"Thermodynamica":"H01B4B",
"Algemene en technische scheikunde":"H01A8A"}
dict_vakken["Methodiek van de informatica"] = "H01B6"
code_thermo = dict_vakken["Thermodynamica"]
print(code_thermo)