0
Hovercraft Test
Python Beginner. Anybody handled this already, please I need help. Tried using the comparison operators bt it says there is invalid syntax.
6 Answers
+ 3
Raymond Kalama isn't it "Broke Even" instead of "Break Even"?
+ 1
PyNon "Broke Even", to be exact
0
Raymond Kalama
Can you pozt your attempt so we may assist
0
This was my code write up there. Bt I have seen your code. Let me get it right.
Thank you PyNon
0
Thank you man. Am seeing some light nowđđ
0
customers = int(input())
cost = 2,000,000 + 1,000,000
revenue = 3,000,000 * customers
if cost == revenue:
("Break Even")
elif cost > revenue :
("Loss")
else :
print("Profit")
It just won't though. Think I might have to skip this one?