執行 ❯
擁有你自己的 Python 伺服器
×
更改方向
更改主題,深色/淺色
前往 Spaces
thisdict = { "brand": "Ford", "electric": False, "year": 1964, "colors": ["red", "white", "blue"] } print(thisdict)
{'品牌': '福特', '電動': 否, '年份': 1964, '顏色': ['紅色', '白色', '藍色']}