已知字符串s='hello',则表达式'he' not in 'hello'的值为:
A: 'True'
B: 'False'
C: True
D: False
A: 'True'
B: 'False'
C: True
D: False
举一反三
- 已知字符串s='1A2B3C4D',则表达式'ABCD' in s的值为( ) A: False B: True
- 如下程序段中: int a=5,b=5; String s1="Hello"; String s2="hello"; 则表达式a==b与s1==s2的结果分别是______。 A: true和true B: false和true C: true和false D: false和false
- 中国大学MOOC: 已知字符串s=hello,则表达式he not in hello的值为:
- 依次执行a='a'、b='a'后,则表达式 a<br/>is b 与表达式 id(a)==id(b)<br/>的值分别是:________ A: False,False B: True,True C: False,True D: True,False
- 已知creature=("cat","dog","tiger","human"),则表达式“"dog"increature”的值是()。 A: False B: True C: false D: true