Advertisement
Guest User

Untitled

a guest
Feb 17th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. one_paycheck = input("todays paycheck")
  2. thursdays_pay_stub = input("how much do i get")
  3.  
  4. one_paycheck = one_paycheck + thursdays_pay_stub
  5.  
  6. print(one_paycheck)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement