JavaShuo
欄目
標籤
python學習筆記2-列表和字典+for循環和while循環+布爾值和四種語句
時間 2021-01-12
標籤
python學習總結
python
欄目
Python
简体版
原文
原文鏈接
列表 什麼是列表 list1 = ['小明',18,1.70] print(list1) 從列表提取單個元素 students = ['小明','小紅','小剛'] print(students[0]) 從列表提取多個元素 list2 = [5,6,7,8,9] print(list2[:]) # 打印出[5,6,7,8,9] print(list2[2:]) # 打印出[7,8.9] prin
>>阅读原文<<
相關文章
1.
Python之if語句、for循環和while循環(經典示例)
2.
python的語句2:for循環和while循環
3.
shell-2:while循環和for循環
4.
Python語句和for循環
5.
Python循環語句(for..in,while循環和range()函數)
6.
Python——循環語句for,while
7.
python循環語句(while、for)
8.
Python 循環 while,for語句
9.
python中的while循環和for循環
10.
Python中for循環和while循環
更多相關文章...
•
PHP 循環 - For 循環
-
PHP教程
•
PHP 循環 - While 循環
-
PHP教程
•
Tomcat學習筆記(史上最全tomcat學習筆記)
•
適用於PHP初學者的學習線路和建議
相關標籤/搜索
循環
循環器
惡性循環
循環結構
良性循環
分組循環
循環往復
循環賽
循環使用
Python
XLink 和 XPointer 教程
R 語言教程
PHP教程
學習路線
初學者
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
吳恩達深度學習--神經網絡的優化(1)
2.
FL Studio鋼琴卷軸之工具菜單的Riff命令
3.
RON
4.
中小企業適合引入OA辦公系統嗎?
5.
我的開源的MVC 的Unity 架構
6.
Ubuntu18 安裝 vscode
7.
MATLAB2018a安裝教程
8.
Vue之v-model原理
9.
【深度學習】深度學習之道:如何選擇深度學習算法架構
本站公眾號
歡迎關注本站公眾號,獲取更多信息
相關文章
1.
Python之if語句、for循環和while循環(經典示例)
2.
python的語句2:for循環和while循環
3.
shell-2:while循環和for循環
4.
Python語句和for循環
5.
Python循環語句(for..in,while循環和range()函數)
6.
Python——循環語句for,while
7.
python循環語句(while、for)
8.
Python 循環 while,for語句
9.
python中的while循環和for循環
10.
Python中for循環和while循環
>>更多相關文章<<