Answer:
print("first is "+str(first)+" second = "+str(second))
Step-by-step explanation:
The above written print statement is in python language.If first and second are strings then we need not to use str then we only have to write variable name.This statement prints the given in one line according to the question and it goes to new line after printing.