mirror of
https://github.com/jlengrand/Ivolution.git
synced 2026-03-10 08:21:18 +00:00
7 lines
104 B
Python
7 lines
104 B
Python
'''
|
|
Created on 16 avr. 2012
|
|
|
|
@author: jll
|
|
'''
|
|
my_dict = {'a b c':1, 'b':2, 'c':3}
|
|
print my_dict['a b c'] |