Ddimov90

inches_to_centimeters_04

Sep 18th, 2025
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.07 KB | Source Code | 0 0
  1. inches = float(input())
  2. result = float(inches * 2.54)
  3.  
  4. print(result)
  5.  
Advertisement
Add Comment
Please, Sign In to add comment