Advertisement
jabela

Numbers IF

Feb 11th, 2016
2,782
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.21 KB | None | 0 0
  1. TwinTowers = 452
  2. MyCityTallestBuilding = int(input("What's the height of your tallest building in metres?"))
  3. if TwinTowers > MyCityTallestBuilding:
  4.     print("The KL Twin Towers is taller than your building!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement