Python 提供了哪些基本的循环结构。
A: while
B: fo
C: if elif else
D: if else
A: while
B: fo
C: if elif else
D: if else
举一反三
- Python关键字elif表示( )和( )两个单词的缩写。 A: else while B: for while C: if else D: else if
- 以下属于Python循环语句的是: A: if B: while C: elif D: else
- Python关键字elif表示( )和( )两个单词的缩写。 A: while、if B: if、else C: else、if D: if、for
- Python的无限循环使用( )关键字。[br][/br](单选题) A: do…while B: while C: fo D: else
- 下列不属于循环结构的是() A: if else B: fo C: while D: do while