发布于 1年前

Python 如何While循环

a = 5

while a > 0:
    a = a - 1

print(a)
# 0
©2020 edoou.com   京ICP备16001874号-3