#Title: Multiply by 10 #Author: Dallas mete #Date: 4/06/2026 #Version: 2 #Purpose: to ask for a number than multiply the number by 10 if its a number = int(input('what number do you want to multiply by 10? ')) answer = number * 10 if number = <11