单项选择题
A.int(’1.12’) B.float(’1.12’) C.string(’1.12’) D.set(’1.12’)
查看变量类型的方法是()A.type()B.help()C.str()D.id()
单项选择题查看变量类型的方法是()
A.type() B.help() C.str() D.id()
Mysql中事务提交的方法是()A.rallback()B.commit()C.session()D.exec...
单项选择题Mysql中事务提交的方法是()
A.rallback() B.commit() C.session() D.execute()
a=[1,3,5,7,9],print(random.choice(a))的结果可能是()A.2B.4C.5D...
单项选择题a=[1,3,5,7,9],print(random.choice(a))的结果可能是()
A.2 B.4 C.5 D.6