Created
September 29, 2019 07:44
-
-
Save vanlocAI1996/2daaadf23c9fc53823ec9c921a0e831a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
person = { | |
'name': 'Trần Văn Lộc', | |
'address': 'Đà Nẵng', | |
'age': 23 | |
} | |
print("Truoc khi xoa:", person) | |
del person['name'] | |
print("Sau khi xoa:", person) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment