Files
Ivolution/test_script.py

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']