The CTRL+V Topic

2 Likes

You got it. :smile:

Also,

™ ← (that’s all that’s on my clipboard. :frowning: )

2 Likes

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.

2 Likes

MONEYMONEYMONEYMONEYMONEY
hOI!!!

1 Like

hOI!

Also, this:

Actual proof that instagram is no better than the guys that make Star Soldier

This will just be a little topic to see if you get on with us and such…

5 Likes
3 Likes
2 Likes

http://board.ttvpodcast.com/t/mistress-ivness-of-the-makuta-v-3/14756

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.

http://i.imgur.com/l20l49P.gif

5 Likes

why do the graphics look like a ps2 game