I am still trying to learn the ins and outs of Python dictionaries. When I run this:
#!/usr/bin/env python3 d = {} d[\'foo\'][\'bar\'] = 1
I get