多项选择题
A.readtext()B.read()C.readline()D.readlines()
产生1-99之间的随机整数,并存储到变量n()A.random.randint(99)B.random.ran...
单项选择题产生1-99之间的随机整数,并存储到变量n()
A.random.randint(99)B.random.randint(0,99)C.random.randint(1,100)D.random.randint(1,99)
获取列表长度语法结构:()A.len(Value)B.Value.lenghtC.Value.lenght()...
单项选择题获取列表长度语法结构:()
A.len(Value)B.Value.lenghtC.Value.lenght()D.lenght(Value)
下列方法用于列表添加对象的是下列哪个选项:()A.remove()方法B.insert()方法C.pop()方...
单项选择题下列方法用于列表添加对象的是下列哪个选项:()
A.remove()方法B.insert()方法C.pop()方法D.append()方法