下列代码运行后输出结果是 Defstr B-E Private Sub Command1_Click() B$="123" C="456" Print B+C$ End Sub
A.123456
B.123456
C.123+"456"
D.显示出错信
第1题:
以下语句的输出结果是______。 a=123 b=456 Print a;b
A.123□456
B.□123□456
C.□123□456□
D.□123□□456
第2题:
2、下列语句的输出结果是? 123 and 456
A.123
B.456
C.Ture
D.False
第3题:
以下代码的输出结果是(_____)。 L1 =['abc', ['123','456']] L2 = ['1','2','3'] print(L1 > L2)
A.False#B.True#C.TypeError: '>' not supported between instances of 'list' and 'str'#D.1第4题:
以下语句的输出结果是______。 a$="123" b$="456" Print a$;b$
A.123□456
B.123456
C.□123□456
D.□123□□456
第5题:
下列语句的输出结果是? 123 and 456
A.123
B.456
C.Ture
D.False