#劉任昌 字典 keys:value市場價值最大的公司
a = {
2330: "台積電", 2317: "鴻海",
2454: "聯發科", 2412: "中華電",
6505:"台塑化",2308: "台達電"}
print(a)
print("迴圈列出字典的所有值")
for t in a:
print(a[t])
b = a.copy() #字典不能直接assign
print(b)
a.update({2881:"富邦金控"})#台灣第七大
a.update({2303:"聯電"}) #台灣大八大
for t in a:
print(a[t])
a.setdefault(1303,"南亞")
a.setdefault(2882,"國泰金")
i = 0
for t in a: #python迴圈不使用{...}縮排整齊整齊
i = i + 1
print("台灣第" + str(i) + a[t])
w3schools字典方法列表
Python has a set of built-in methods that you can use on dictionaries.
w3schools截圖 w3schools程式碼 #劉任昌 集合{},清單[],元組(),字典{key:value} s = {"台積電", "鴻海", "聯發科", "中華電", "台塑化"} t = ("台積電", "鴻海", "聯發科", "中華電", "台塑化") list = ["台積電", "鴻海", "聯發科"] d = {2330:"台積電", 2317:"鴻海", 2454:"聯發科"} print("s型態" + str(type(s))) print("t型態" + str(type(t))) print("d型態" + str(type(d))) print("t型態" + str(type(list))) #字串與字串+ i = 0 for a in t: i = i + 1 print("台灣市場價格第" + str(i) + "大公司是") print(" " + a) print("聯發科的位置" + str(t.index("聯發科"))) '''python大區塊的註解,前後用三個引號 str 轉成字串 int 轉成數字 ''' w3schools元組tuples的方法 Python has two built-in methods that you can use on tuples. Method Description count() Returns the number of times a specified value occurs in a tuple index() Searches the tuple for a ...
https://kuanhtml-css-javascript-java.blogspot.com/2023/03/h1background-color-rgb180-97-138-color.html
回覆刪除https://danny1219.blogspot.com/2023/03/pythondictionaries.html
回覆刪除https://tonyzhuang1.blogspot.com/2023/03/python.html
回覆刪除https://erichtml-css-javascript-java.blogspot.com/2023/03/pythondictionary.html
回覆刪除https://ling-cls.blogspot.com/2023/03/python.html
回覆刪除https://michael-hou.blogspot.com/2023/03/pythondictionaries.html
回覆刪除https://chen-yu-hsi.blogspot.com/2023/03/pythondictionaries.html
回覆刪除https://guixiu1485.blogspot.com/2023/03/pythondictionaries.html
回覆刪除https://sand456.blogspot.com/2023/03/python.html
回覆刪除https://takmingd11117330.blogspot.com/2023/03/python.html
回覆刪除https://takmingd11117329.blogspot.com/2023/03/w3schools-python-2330-2317-2454-2412.html
回覆刪除https://jia-yi-lin.blogspot.com/2023/03/pythondictionaries_20.html
回覆刪除https://xylia-lin.blogspot.com/2023/03/w3schools-method-description-clear.html
回覆刪除https://winnie032879.blogspot.com/2023/03/pythondictionaries.html
回覆刪除https://purplefish-ouo.blogspot.com/2023/03/w3schools-python-has-set-of-built-in.html
回覆刪除https://hsuppppp.blogspot.com/2023/03/python-has-set-of-built-in-methods-that.html
回覆刪除https://d11117331.blogspot.com/2023/03/2023320python.html
回覆刪除作者已經移除這則留言。
回覆刪除https://steven0918.blogspot.com/2023/03/pythondictionaries.html
回覆刪除https://takmingg.blogspot.com/2023/03/w3schools.html
回覆刪除https://tinggggggggggg.blogspot.com/2023/03/python.html
回覆刪除https://html-css-javascript-javatang.blogspot.com/2023/03/python.html
回覆刪除https://1dth36.blogspot.com/2023/03/pythondictionaries.html
回覆刪除https://howard930621.blogspot.com/2023/03/pythondictionaries_20.html
回覆刪除https://d10951236.blogspot.com/2023/03/python.html
回覆刪除https://d11117328.blogspot.com/2023/03/pythondictionaries.html
回覆刪除https://html-css-javascript-html.blogspot.com/2023/03/python.html
回覆刪除https://1321354312321.blogspot.com/2023/03/pythondictionaries.html
回覆刪除https://www.blogger.com/blog/post/edit/8406171805557929817/4993445800442393709
回覆刪除https://pandora-mo.blogspot.com/2023/04/pythondictionaries.html
回覆刪除https://python11117312.blogspot.com/2023/05/pythondictionaries.html
回覆刪除