Advertisement
Guest User

Untitled

a guest
Feb 9th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1.  
  2. print(1+2+3+4+5+6+6+8+9+10)
  3.  
  4.  
  5.  
  6. balance = 1000*1.05
  7. balance2 = balance*1.05
  8. balance3 = balance2*1.05
  9. print("After year 1, the balance is", balance);
  10. print("After year 2, the balance is", balance2);
  11. print("After year 3, the balance is", balance3);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement