dictionaries python的意思
dictionaries python中文翻譯:
python詞典
相似詞語短語
dictionaries───n.字典;辭典(dictionary的復數)
fictionalisation───虛構
dictionary definition───詞典中的定義
dictionary definitions───詞典中的定義
carpet python───地氈莫瑞蟒,地毯蟒
dictionary attack───字典式攻擊;字典破解
fictionalization───小說化
carpet pythons───地氈莫瑞蟒,地毯蟒
dictionary───n.字典;詞典
雙語使用場景
Of course, few Python programmers want to work with increasingly complex forests of data structures like the lists, tuples, and dictionaries above.───當然,很少有 Python 程序員希望使用上面的諸如列表、元組和字典等日益復雜的數據結構。
Most namespaces are currently implemented as Python dictionaries but that's normally not noticeable in any way (except for performance) and it may change in the future.───當前絕大部分的名字空間使用Python的字典實現,不過這在任何情況下(效率除外)都不明顯,在將來也許會改變這種方式。
As an official Python data type, dictionaries support the majority of operations you may be familiar with from other, simpler data types.───作為正式的Python數據類型,dictionary支持其他較簡單數據類型所支持的大多數操作。