首页题库练习题目详情
Python程序设计单选题中等

在 Python 中,continue 语句的用法是否类似于 C 语言?

A完全相同
B不相同,Python 中的 continue 更简单
C不相同,Python 中的 continue 用于函数
D不相同,Python 中的 continue 不能用于 while 循环