单选题 定义函数使用的关键字是
A、Import
B、import
C、Def
D、def
单选题 语句a=input('请输入一个整数')执行后从键盘上输入100,请问a的类型是
单选题 len('we are students')的计算结果是
单选题 哪些函数将数字字符串转换为数值数据:
A、str, len
B、round, int
C、print, input
D、float, eval
单选题 运行命令input('please input number'),从键盘输入88后,返回值是
单选题 5>=3 and 6<=4的结果是
A、True
B、FALSE
C、True
D、False