teas = { 	'english_breakfast': 104, 	'matcha_green_tea': 26, 	'green_tea': 29, 	'decaf_english_breakfast': 51, 	'assam': 48 }  matcha = teas.get('matcha_green_tea')  print(matcha)

Read more of this post