题库 Python题库 题目列表 下面Python代码中的 dictA 存储为字典,key(键)为i...
单选题

下面Python代码中的 dictA 存储为字典,key(键)为i和j的组合,value(值)为i*j,形如 {(1,1):1, (1,2):2} ,横线处应填上代码是( )。

A.
dict99[(i, j)]
B.
dict99[[i, j]]
C.
dict99(i, j)
D.
dict99{i, j}
题目信息
2023年 9月 选择题
100%
正确率
0
评论
42
点击