TypeError: 'module' object is not callable [Finished in 0.3s]
Traceback (most recent call last):
File "D:\python codes\numpy.py", line 1, in
import numpy as np
File "D:\python codes\numpy.py", line 3, in
np((5,5))
TypeError: 'module' object is not callable
[Finished in 0.3s]