相关题目
单选题
表达式 not 3 的值为( )。
单选题
表达式 r'(C)\windows\notepad.exe'.endswith('.exe') 的值为( )。
单选题
Python内置函数( )可以返回列表、元组、字典、集合、字符串以及range对象中元素个数。
单选题
给出下面代码:age=23start=2if age%2!=0:start=1for x in range(start,age+2,2):print(x)上
单选题
表达式sorted({'a':3, 'b':9, 'c':78})的值为( )。
单选题
表达式 3 // 5 的值为( )。
单选题
Python3.0正式发布的年份是( )。
单选题
表达式 '{0:#d},{0:#x},{0:#o}'.format(65) 的值为( )。
单选题
已知有列表 x = [[1, 2, 3], [4, 5, 6]],那么表达式 [[row[i] for row in x] for i in rang
单选题
下面代码的输出结果是( )。bin(10)
