mirror of
https://github.com/zrax/pycdc.git
synced 2026-06-23 11:34:07 +00:00
7 lines
131 B
Text
7 lines
131 B
Text
a = 42 <EOL>
|
|
b = 3.14159 <EOL>
|
|
c = 'test' <EOL>
|
|
d = ( 1 , 2 ) <EOL>
|
|
e = ( 3 , ) <EOL>
|
|
f = [ 1 , 2 ] <EOL>
|
|
g = { 'key' : 42 } <EOL>
|