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

3Analyzethefollowingcode.()count=0whilecount<100:#PointAprint("WelcometoPython!")count+=1#PointB#PointC

A
count < 100 is always True at Point A
B
count < 100 is always True at Point B
C
count < 100 is always False at Point B
D
count < 100 is always True at Point C
E
count < 100 is always False at Point C
正确答案:
相关推荐
扫描二维码
关注公众平台