p
y
c
h
a
l
l
e
n
g
e
r
Home
Basic Data Analysis
NumPy
Create NumPy Array II
Create NumPy Array II
Fix the inconsistency to create an array with shape
(4,3)
Premium
reset
def greet(name): return f"Hello, {name}!" print(greet("Erik"))
Python
Setting up Python environment...
Output