mirror of
https://github.com/zrax/pycdc.git
synced 2026-06-23 11:34:07 +00:00
2 lines
53 B
Text
2 lines
53 B
Text
m = [ 1 , 2 ] @ [ 3 , 4 ] <EOL>
|
|
m @= [ 5 , 6 ] <EOL>
|