Quick actions

cmd+k|ctrl+k

Navigation

Languages

List B

Snippet info

Language

Python

Visibility

public

Author

hohim4095

Created

2024-09-12T13:32:37.140026Z

Updated

2024-09-12T13:32:37.140026Z

a={"food":"apple"}
a["toy"]="bear"
a={"a","b","a",4,4,4,5,6,1,2}
print(a)
INFO