height_str = input('Enter the height for your triangle: ') height = int(height_str) ''' FILL IN THE BLANK '''