p
y
c
h
a
l
l
e
n
g
e
r
Home
Basic Data Analysis
NumPy
Update NumPy array element
Update NumPy array element
Replace the element with a value of 9 in the array with the value 99.
Premium
reset
def greet(name): return f"Hello, {name}!" print(greet("Erik"))
Python
Setting up Python environment...
Output