0

This is my very simple code:

import numpy as np

tall = np.array([1, 2, 3, 4, 5, 6, 7, 8, 9, 10]) print(tall * 2)

and I just get this: import numpy as np File "c:\Users\mirfro001\OneDrive - IKT Agder\2022 2023\IT 2\1D\numpy.py", line 5, in tall = np.array([1, 2, 3, 4, 5, 6, 7, 8, 9, 10]) AttributeError: partially initialized module 'numpy' has no attribute 'array' (most likely due to a circular import)

Some information if its for use

0 Answers0