sales = float(input("Enter monthly sales amount: $"))
commission = 0.05
if sales> 500000:
commission = 0.1
print("You earned: $"+str(sales*commission))
I wrote my code in python 3.8. I hope this helps.
Answer: ANSWER is B I'm pretty sure
Explanation: hope this help
s :)
Girl this happened to me too but all I did was try to look up info on things or examples to know how to do the work and stuff