SamiTech Code
340 subscribers
124 photos
12 videos
4 files
83 links
Computer Science student and software developer focused on building impactful products, exploring AI, and solving real-world challenges with technology.
My portfolio.... sami.pro.et

“Your efforts today are your goals tomorrow.”
Download Telegram
#NumPy as np
#NumPy is usually imported under the np alias

import numpy as np
arr = np.array([1,2,3,4,5])
print(arr)


#Therefore, Now the NumPy package can be referred to as np instead of numpy. We've to keep in mind it👀