Grasshopper python: find the corresponding value in the dictionary

Sorry, I am a new user of rhino grasshopper python. I have a question about wanting to write cement on the panel and find the corresponding value in the dictionary. How can I write it down?

dictionary = {'material':{'cement': 425, 'wood': 212}}
a = dictionary['material'][x]

dict.gh (4.7 KB)