#-*-coding:utf-8-*- ‘‘‘ 从100打印到0 ‘‘‘ for i in range(100,-1,-1): print(i)
Python(51)_从100打印到0
原文:https://www.cnblogs.com/sunnybowen/p/10230960.html