p
y
c
h
a
l
l
e
n
g
e
r
Home
Basic Data Analysis
Data Analysis Fundamentals
Calculate Profit
Calculate Profit
Revenue and Expenses are in separate columns. Create a
Profit
column that shows the difference.
Premium
reset
def greet(name): return f"Hello, {name}!" print(greet("Erik"))
Python
Setting up Python environment...
Output