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.
跳槽面試的幾個實用小技巧,不妨看看!
2.
Mac實用技巧 |如何使用Mac系統中自帶的預覽工具將圖片變成黑白色?
3.
Mac實用技巧 |如何使用Mac系統中自帶的預覽工具將圖片變成黑白色?
4.
如何使用Mac系統中自帶的預覽工具將圖片變成黑白色?
5.
Mac OS非兼容Windows軟件運行解決方案——「以VMware & Microsoft Access爲例「
6.
封裝 pyinstaller -F -i b.ico excel.py
7.
數據庫作業三ER圖待完善
8.
nvm安裝使用低版本node.js(非命令安裝)
9.
如何快速轉換圖片格式
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循環
>>更多相關文章<<