Sichanov

inches

May 8th, 2021
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.07 KB | None | 0 0
  1. inches = float(input())
  2. centimeters = inches * 2.54
  3. print(centimeters)
Advertisement
Add Comment
Please, Sign In to add comment