mirror of
https://github.com/jlengrand/Ivolution.git
synced 2026-05-17 08:21:19 +00:00
Changes Project Structure to get a cleaner architecture
This commit is contained in:
7
test/test_script.py
Normal file
7
test/test_script.py
Normal file
@@ -0,0 +1,7 @@
|
||||
'''
|
||||
Created on 16 avr. 2012
|
||||
|
||||
@author: jll
|
||||
'''
|
||||
my_dict = {'a b c':1, 'b':2, 'c':3}
|
||||
print my_dict['a b c']
|
||||
Reference in New Issue
Block a user