Untitled
unknown
python
4 years ago
148 B
3
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)Editor is loading...
first = input ('Enter your first name:')
last = input ('Enter your last name:')
age = input ('Enter your age:')
print ('I love you',first,last,age)