Commit 0cbdce1f by BellCodeEditor

auto save

parent 907f79aa
Showing with 10 additions and 0 deletions
#
thisdict = {
"brand": "Porsche",
"model": "911",
"year": 1963
}
thisdict["age"] = 2019
for x, y in thisdict.items():
print(x, y)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment