Use the syntax {key: value for key, value in dict.items() if condition} to create a new dictionary containing each key: value pair in dict for which condition ...
確定! 回上一頁