惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Google DeepMind News
Google DeepMind News
U
Unit 42
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
J
Java Code Geeks
D
DataBreaches.Net
B
Blog RSS Feed
D
Docker
L
LangChain Blog
aimingoo的专栏
aimingoo的专栏
F
Fortinet All Blogs
Y
Y Combinator Blog
A
About on SuperTechFans
V
V2EX
罗磊的独立博客
WordPress大学
WordPress大学
宝玉的分享
宝玉的分享
MongoDB | Blog
MongoDB | Blog
博客园 - 【当耐特】
Last Week in AI
Last Week in AI
S
SegmentFault 最新的问题
月光博客
月光博客
Vercel News
Vercel News
H
Hackread – Cybersecurity News, Data Breaches, AI and More
阮一峰的网络日志
阮一峰的网络日志

噜啦 - for

django for标签 - 噜啦 django for标签 - 噜啦 for if 嵌套 - 噜啦 for if 嵌套 - 噜啦 for循环 - 噜啦
for循环 - 噜啦
博主: 噜啦 · 2019-09-06 · via 噜啦 - for

代码

chinese_zodiac = '猴鸡狗猪鼠牛虎兔龙蛇马羊'

#遍历字符串
for cz in chinese_zodiac:
    print(cz)

for i in range(1,13):
    print(i)

for year in range(2000,2019):
    print('%s 的生肖是 %s' %(year, chinese_zodiac[year % 12]))
    

演示

....

....

赞赏作者

如果觉得我的文章对你有用,请随意赞赏