Untitled
unknown
python
3 years ago
148 B
2
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)