For example, we can use this code to assign the value to a variable:
idade = input('Digite sua idade: ')
What I would like to know is if, instead of assigning a value to a variable, is it possible to create a variable by naming it with a value entered by the user?