python的循环

while

while condition < 1 and condition > 0:

for

for i in range(0, len(nums)):

python中无++ 、–

Table of Contents