Intelegentny_Pszczelarz/.venv/Lib/site-packages/numpy/typing/tests/data/pass/simple_py3.py
2023-06-19 00:49:18 +02:00

7 lines
96 B
Python

import numpy as np
array = np.array([1, 2])
# The @ operator is not in python 2
array @ array