d={"a":1,"b":2,"c":3} print(d['a']) print(d.get('a'))
To embed this program on your website, copy the following code and paste it into your website's HTML: