单项选择题
以下程序的输出结果是()。
A.0B.1C.2D.3
A.if a>=10:B.if a>=10and a< =99:C.if a>=10or a< =99:D.if a< =99:
A.if password=="abc"and "123"B.if password=="abc"and password=="123":C.if password=="abc"or password=="123":D.if password=="abc"or "123":
A.if a>0B.if(a>0)C.if a>0:
微信扫一扫,加关注免费搜题