To delete an element from a dictionary, you have to make use of the del keyword. The syntax is : del dict['yourkey'] # This will remove the ...
確定! 回上一頁