单项选择题
字典d={’abc’:123,’def’:456,’ghi’:789},len(d)的结果是:()
A.3 B.6 C.9 D.12
判断题 表达式3 and not 5的值为Ture.
判断题 表达式32的值为True.
判断题 查看变量内存地址的Python内置函数是find函数.