data intake #author Mauro Ruben Gonzalez
#copy and paste this into you python3.11 idle and answer the questions.
x=input('What is your name?') y=input('Your name is ' + x + ' and how old are you?') print('Hi ' + x + ' im glad to know you are ' +y+ ' old.')