def getInputs():
“”“Asks for height and weight inputs from a user (in English system units),
and converts them into metric system units.”""
heightFt = int(input("Please enter your height in feet (ignoring inches: "))
heightIn = int(input("Now please add the remaining amount of inches to that height: "))
weightLb = float(input("Now enter your weight in pounds: "))
heightM = (heightFt / 3.2808) + (heightIn / 39.370)
weightKg = weightLb / 2.2046
return (heightM, weightKg)
s/o to the docstring telling you exactly what this mass of code does
Language and whatnot.
MONEYMONEYMONEYMONEYMONEY
hOI!!!
This will just be a little topic to see if you get on with us and such…
developed by platinum games
This MOC represents the two sides of Halloween.
Taert the Onu-Matoran represents innocent fun.
And Kcirt represents mean spirited pranks which leech off of others fears.
™
why do the graphics look like a ps2 game