Answer:
Question 1:
g=input("Enter a word: ")
m=input("Enter a word: ")
print(g + " " + m)
Question 2:
F= input("Please input your first name: ")
L= input("Please input your last name: ")
print (L + ", " + F)
Step-by-step explanation:
yw
4.6m questions
6.0m answers