p
y
c
h
a
l
l
e
n
g
e
r
Home
Basic Data Analysis
NumPy II
Celsius to Fahrenheit
Celsius to Fahrenheit
Convert the
celsius
array to Fahrenheit using the formula
(C × 9/5) + 32
.
Premium
reset
def greet(name): return f"Hello, {name}!" print(greet("Erik"))
Python
Setting up Python environment...
Output