#Title: Math #Author:Arlo Tod #Date:05/06/26 #Version:1 #Purpose:Math t=10 x= int(input('What number do you want to mutiply by 10?')) if x <= 11: print(f' The number is (t * })') else: print('This maths is to hard')