Skip to content

MRGonzalez1990/raw1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

raw1

data intake #author Mauro Ruben Gonzalez

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.')