196k views
4 votes
Edhesive 1.6 code practice

User Gleichmut
by
4.4k points

2 Answers

5 votes
If you give a little more detail I may be able to help in the comments
User Rmv
by
4.1k points
2 votes

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

User Davek
by
5.0k points