Guest User

Untitled

a guest
Jan 23rd, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. Sales = int(input('Please enter projected sales: '))
  2. Profit = Sales * .23
  3. Total = Sales + Profit
  4. print('The overall profit is projected to be: ', Profit)
  5. print('The total for sales and profit is projected to be: ', Total)
Add Comment
Please, Sign In to add comment