I’ve got a problem. i have to write a program that asks the first name and saves it,then it has to ask the last name and do the same and then it has to write first name and last name in two rows like this:
enter first name:
x
enter last name:
y
x
y
for the first part i used raw_input and stored the data in firstName and lastName but i don’t really now how to get to the last part.Maybe writing the two variables whould help but i don’t think that it asks that
greetings from italy
just simply print the strings.