If you want them only to read it and not change it send as a .pdf else I would send as a .txt file. Hope that helps
Answer:A conversation between co-workers
Explanation:
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.
Impasto. Hope this helps!