Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- def funct(inch):
- return inch * 2.54
- inch = int(input("Enter inch to convert to cm"))
- print(funct(inch))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement