Review Note

Last Update: 05/03/2024 09:06 PM

Current Deck: Python::Python - numpy & scipy

Published

Currently Published Content


Front
Create  a numpy arrray with 1, 2, 3, 4
Back
import numpy as np
a = np.array([1,2,3,4])

No published tags.

Pending Suggestions


No pending suggestions for this note.