相关试题
单选题 S和T是两个集合,对S&T的描述正确的是( )。
单选题 下面代码的输出结果是( )。 dict = {'a': 1, 'b': 2, 'b': '3'}; temp = dict['b'] print(temp)
单选题 a=3 while a > 0: a -= 1 print(a,end=" ") 以下选项中描述错误的是:( )。
单选题 实现多路分支的最佳控制结构是( )。
单选题 在下列表达式中,( )不是合法的元组。
单选题 下面代码的输出结果是( )。 a = 1.0 if isinstance(a,int): print("{} is int".format(a)) else: print("{} is not int".format(a))
单选题 给定字典d,以下选项中对x in d的描述正确的是( )。
单选题 关于数据组织的维度,以下选项中描述错误的是( )。