考题
表达式range(10,20)[4]的值为__________。
考题
表达式len([iforiinrange(10)])的值为__________。
考题
表达式Str(Len("12345"))+Str(88.8)的值为______。
考题
表达式sum(range(5))的值为()A.9B.10C.11D.12
考题
表达式Abs(-5)+Len("ABCDE")的值为()。A5ABCDEB-5ABCDEC10D0
考题
表达式 len([i for i in range(10)]) 的值为 () 。
考题
表达式Abs(-5)+Len("ABCDE")的值为()。A、5ABCDEB、-5ABCDEC、10D、0
考题
表达式len(’中国’.encode(’utf-8’))的值为()。
考题
表达式len(’aaaassddf’.strip(’afds’))的值为()。
考题
表达式list(range(5))的值为()。
考题
表达式sum(range(1,10))的值为()。
考题
表达式len(range(1,10))的值为()。
考题
假设已导入random标准库,那么表达式max([random.randint(1,10)for i in range(10)])的值一定是10。
考题
表达式list(filter(lambdax:x%2==0,range(10)))的值为()。
考题
表达式sum(range(1,10,2))的值为()。
考题
表达式sum(range(10))的值为()。
考题
表达式:Abs(-10)+Len("abc")的值为()。A、-10B、3C、7D、13
考题
表达式LEN(ALLTRIM("计算机"))的值为()。A、3B、5C、6D、10
考题
填空题表达式sum(range(1,10,2))的值为()。
考题
单选题表达式:Abs(-10)+Len("abc")的值为()。A
-10B
3C
7D
13
考题
填空题表达式len(range(1,10))的值为()。
考题
判断题表达式len(range(1,10))的值为10。A
对B
错
考题
判断题假设已导入random标准库,那么表达式max([random.randint(1,10)for i in range(10)])的值一定是10。A
对B
错
考题
填空题表达式 len([i for i in range(10)]) 的值为 () 。
考题
填空题表达式sum(range(1,10))的值为()。
考题
单选题表达式LEN(ALLTRIM("计算机"))的值为()。A
3B
5C
6D
10