多项选择题
A.扩展库丰富 B.代码运行效率高 C.支持命令式编程 D.支持函数式编程
Python支持面向对象程序设计。
判断题Python支持面向对象程序设计。
下面哪些是正确的Python标准库对象导入语句()。A.from math importB.import ma...
多项选择题下面哪些是正确的Python标准库对象导入语句()。
A.from math import B.import math.sin as sin C.from math import sin D.import math
在Python3.x中不能使用汉字作为变量名。
判断题在Python3.x中不能使用汉字作为变量名。