Untitled

 avatar
unknown
python
3 years ago
148 B
1
Indexable
first = input ('Enter your first name:')
last = input ('Enter your last name:')
age = input ('Enter your age:')

print ('I love you',first,last,age)