HELP Please, Python Program Help

dn PythonList at DancesWithMice.info
Sat Apr 10 09:11:33 EDT 2021


On 10/04/2021 22.57, Joseph Roffey wrote:
> Hi, Im looking for some help with my program, I have been set a task to make a Strain Calculator. I need it to input two numbers, choosing either Metres or Inches for the 'Change in Length' divided by the 'Original Length' which can also be in Metres or Inches, the out put number also needs to give an option for the answer to be in metres or inches.
> 
> this is what i have come up with so far...

What is the problem?


> txt = "Strain Calculator"
> x = txt.title()

what is the above/


> print(x)
> 
> # This function divides two numbers
> def divide(x, y):
> 	return x / y

Why use a function instead of operating in-line?

-- 
Regards,
=dn


More information about the Python-list mailing list