单项选择题
表达式3 and 6 or 7的值为()。
A.TrueB.6C.3D.7
单项选择题 如果在设计一个类时实现了add ()方法,那么该类的对象会自动支持()运算符。
单项选择题 已知x=[1,2,3],执行x.append([4,5])后,len(x)的值为()。
单项选择题 表达式’This is a test’.startswith(’Th’,1)的值为()。