请阅读下面的程序:for i in range(5):i+=1if i==3:breakprint(i)上述程序中,print语句会执行()次。
查看答案
下列选项中,可以删除整个列表的是()。
A. del
B. pop
C. remove
D. delete
下列语句中,可以实现无限循环的是( )。
A. while 1
B. while True
C. while False
D. while []
Python中没有do-while循环。( )A.对B.错
A. 对
B. 错
a cash distribution of earnings by a corporation to its shareholders is called a cash dividend
A. 对
B. 错