下面代码的输出结果是>>> a,b,c,d,e,f= 'Python'>>> b
A: 1
B: ‘y’
C: 0
D: 出错
A: 1
B: ‘y’
C: 0
D: 出错
举一反三
- 下面代码的输出结果是>>> a,b,c,d,e,f= 'Python'>>> b A: 1 B: ‘y’ C: 0 D: 出错
- 以下选项中,输出结果为False的是( )。 A: >>> 'python' < 'pypi' B: >>> 'ABCD' == 'abcd'.upper() C: >>> ''<'a' D: >>> 'python123' > 'python'
- 以下选项中,输出结果为False的是( ) A: >>> 'ABCD' == 'abcd'.upper() B: >>> ''<'a' C: >>> 'python123' > 'python' D: >>> 'python' < 'pypi'
- 以下选项中,输出结果为False的是()。 A: >>><br/>'python123' > 'python' B: >>><br/>'ABCD' == 'abcd'.upper() C: >>><br/>'' D: >>><br/>'python'
- 下列选项中输出结果是True的是( ) A: >>> 'abc'>'ab' B: >>> chr(65).isnumeric() C: >>> "Python".islower() D: >>> chr(13).isprintable()