Commit 6c2b05be by BellCodeEditor

save project

parent f52988d0
Showing with 2 additions and 0 deletions
list = [1,2,3]
dict = {'1':"j",'2':"j",'3':"k"}
dict['1']="jkr"
dict["4"]="jrr"
print(dict)
\ No newline at end of file
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