python dictionary 常用指令教學 晚上10:01 dict.values() 如果要確認 dictionary 到底還有哪些 value 的時候,可以使用此function 來做 check dict = { 1 : 2 , 'a' : 'b' , 'he...