Commit 37c5e41e by BellCodeEditor

auto save

parent 0ce53da2
Showing with 10 additions and 0 deletions
list = ["a",10,"b",20,"c",30,"d",40]
list1 = {
"a":10,
"b":20,
"c":30,
"d":40
}
print(list1.a)
print(len(list1))
\ 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