一月7日

index = 0
# 使用while 循环打印 1 ~ 10 的数字
while index < 10:
print(index)
index += 1
posted @ 2021-01-07 09:40  hellowould  阅读(61)  评论(0)    收藏  举报