在线名词解释大全 - Python程序设计 - 详细

5.7Whichofthefollowingloopsprints"WelcometoPython"10times?A:forcountinrange(1,10):print("WelcometoPython")B:forcountinrange(0,10):print("WelcometoPython")C:forcountinrange(1,11):print("WelcometoPython")D:forcountinrange(1,12):print("WelcometoPython")

A

BD

B

 ABC

C

 AC

D

BC

E

 AB

正确答案:
相关推荐
扫描二维码
关注公众平台