This is a simple project for practice running and submitting a program.
Write a python program which requests a length in inches, represented as a floating point number, and prints out the equivalent length in centimeters. The conversion is simple: multiply the input number by 2.54.
Put your program in a file with an extension .py.
When your program works and looks nice, submit over the web here.
Python Assignment 2![]() |