Intelegentny_Pszczelarz/.venv/Lib/site-packages/numpy/typing/tests/data/pass/simple_py3.py

7 lines
96 B
Python
Raw Normal View History

2023-06-19 00:49:18 +02:00
import numpy as np
array = np.array([1, 2])
# The @ operator is not in python 2
array @ array