表达式1+2+"hello"+8的值为( )。
A.12hello8
B.3hello8
C.12hello
D.不能运算
第1题:
3、已知字符串s='hello',则表达式'he' not in 'hello'的值为:
A.'True'
B.'False'
C.True
D.False
第2题:
请写出表达式”123”+”hello”的值: 。
第3题:
写出以下表达式的结果 1 + 2 + (3 + 4) * ((5 * 6 % 7 / 8) - 9) * 10
第4题:
已知字符串s='hello',则表达式'he' not in 'hello'的值为:
A.'True'
B.'False'
C.True
D.False
第5题:
6、下列表达式中,值为False的是()
A.'abcd'< ad>
B.'abc'< abcd>
C.''< a>
D.'Hello'>'hello'