Advertisement
facedwarrior193

Untitled

Feb 26th, 2022
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.11 KB | None | 0 0
  1. def funct(inch):
  2.     return inch * 2.54
  3. inch = int(input("Enter inch to convert to cm"))
  4. print(funct(inch))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement