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