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