运行下方代码段,输出的是()。print("a"*4)
A.A4B.4aC.a a a aD.aaaa
运行下方代码段,输出的是()。print(10< =9and 5>=1)
A.TRUEB.FALSEC.10< =3D.5>2
A.ifB.elseC.elifD.else if