在线名词解释大全
专业、全面、易懂的全领域名词百科
首页
>
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
正确答案: