相关考题
-
单项选择题
python中,已知x={’c’:’d’},那么表达式’a’inx的值为()
A.0
B.1
C.True
D.False -
判断题
python不是脚本语言。 -
判断题
在python中,定义函数使用class关键字。