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.
I think it is WAN (Wide Area Network).
Answer:
(E)
Explanation:
I think it's E because it's the only answer that makes sense I guess!