Advertisement
Guest User

Untitled

a guest
Oct 18th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. if ttype == 1:
  2. print(london / 2);
  3. if ttype == 2:
  4. print(london - (london * .33333333333333333333333333));
  5. if ttype == 3:
  6. print(london - (london * .25));
  7. if ttype == 4:
  8. print(london);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement