If you have the key itself in the variable key , and the dictionary is dict , then you can simply get the value as dict[key] . Simple as that. (yes, dict["word"] ...
確定! 回上一頁