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.
字節跳動21屆秋招運營兩輪面試經驗分享
2.
Java 3 年,25K 多嗎?
3.
mysql安裝部署
4.
web前端開發中父鏈和子鏈方式實現通信
5.
3.1.6 spark體系之分佈式計算-scala編程-scala中trait特性
6.
dataframe2
7.
ThinkFree在線
8.
在線畫圖
9.
devtools熱部署
10.
編譯和鏈接
本站公眾號
歡迎關注本站公眾號,獲取更多信息
相關文章
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循環
>>更多相關文章<<