码迷,mamicode.com
首页 > 编程语言 > 详细

Python(51)_从100打印到0

时间:2019-01-07 00:08:03      阅读:188      评论:0      收藏:0      [点我收藏+]

标签:style   img   utf-8   odi   com   for   image   code   col   

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

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

技术分享图片

 

Python(51)_从100打印到0

标签:style   img   utf-8   odi   com   for   image   code   col   

原文地址:https://www.cnblogs.com/sunnybowen/p/10230960.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!