projektAI/venv/Lib/site-packages/numpy/typing/tests/data/pass/simple_py3.py
2021-06-06 22:13:05 +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