def multiply(width, character): emp = 0 while emp < (width / 2) - 1: for j in range(emp): print(\' \', end="") print(charact