Run Code  | API  | Code Wall  | Misc  | Feedback  | Login  | Theme  | Privacy  | Patreon 

Working with Dictionaries (csharp)

Language: Layout:
+ ] Show input
Compilation time: 0.12 sec, absolute running time: 0.11 sec, cpu time: 0.06 sec, average memory usage: 17 Mb, average nr of threads: 5 
fork mode |  history  | discussion
Hello, world!
car, 20
bus, 8
lorries, 10
bicycles, 5
car, 20
bus, 8
lorries, 10
bicycles, 5
myDict contains bicycles!
value 20 belongs to the key "car"
False
myDict["car"] is 20
myDict["car"] is 20