Python(51)_从100打印到0

#-*-coding:utf-8-*-

'''
从100打印到0
'''
for i in  range(100,-1,-1):
    print(i)

 

posted @ 2019-01-06 23:15  sunnybowen  阅读(705)  评论(0编辑  收藏  举报