p
y
c
h
a
l
l
e
n
g
e
r
Home
Basic Data Analysis
NumPy
Create NumPy Array I
Create NumPy Array I
Use the NumPy library to create a simple array with the values from the list
li
.
Premium
reset
def greet(name): return f"Hello, {name}!" print(greet("Erik"))
Python
Setting up Python environment...
Output