Respuesta :

This is for Python

number = int(input('Number: '))

number = number * 12

print(number)