zoukankan
html css js c++ java
一月5日
for索引
fruits
=
[
'
banana
'
,
'
apple
'
,
'
mango
'
]
for
index
in
range
(
len
(
fruits
)
)
:
print
'
当前水果 :
'
,
fruits
[
index
]
print
"
Good bye!
"
以上实例输出结果:
当前水果
:
banana
当前水果
:
apple
当前水果
:
mango
Good
bye
!
查看全文
相关阅读:
Watching Fireworks is Fun
数字计数
HashMap源码解析
ArrayLIst、Vector和LinkedList三者的区别
Vector源码解析
LinkedList源码解析
ArrayList源码解析
计算机网络笔记——第二章、物理层
计算机网络笔记——第一章、概述
2020-3-5 牛客试题复盘
原文地址:https://www.cnblogs.com/zxpnb/p/14234334.html
最新文章
Selenium学习笔记||十六、浏览器窗口上传系统文件
Selenium学习笔记||十五、模拟鼠标停留事件
员工查询系统
练习题 2.6
第一模块 day4 (下)
第一模块 day4(上)
2.3 练习题
第一模块 day3
双色球程序
猜年龄游戏
热门文章
第一模块 day2
第一模块 day1
Area
Uyuw's Concert
The Fortified Forest
Shortest Common Non-Subsequence
P3964 [TJOI2013]松鼠聚会
Modulo Nine
P5098 [USACO04OPEN]Cave Cows 3
P4127 同类分布
Copyright © 2011-2022 走看看