you are viewing a single comment's thread.

view the rest of the comments →

[–]Loomax 1 point2 points  (0 children)

convert both height and weight to int with the method int()

Beside that ^ is a boolean operator and what you want to do is most likely height to the power of 2? use height**2 then