ale*_*ons 1 python dictionary key
我有一个包含多维列表的字典,如下所示:
myDict = {'games':[ ['Post 1', 'Post 1 description'], ['Post2, 'desc2'] ], 'fiction':[ ['fic post1', 'p 1 fiction desc'], ['fic post2, 'p 2 fiction desc'] ]}
Run Code Online (Sandbox Code Playgroud)
如何将['Post 3','post 3 description']添加到游戏键列表中?