Get reliable answers to your questions at Westonci.ca, where our knowledgeable community is always ready to help. Discover a wealth of knowledge from professionals across various disciplines on our user-friendly Q&A platform. Experience the ease of finding precise answers to your questions from a knowledgeable community of experts.

please write the code for this:

Enter a word: Good
Enter a word: morning
Good morning


Sagot :

w1 = input("Enter a word: ")

w2 = input("Enter a word: ")

print(w1,w2)

I wrote my code in python 3.8. I hope this helps.

Answer:

G_0o*4 Mrn --ing

Explanation:

G = G

_ = space

o = O

* = space

4 = D (the fourth letter in the alphabet)

Mrn = Abbrev. of Morn (ing)

-- = space

ing = ing (last 3 letters of "morning")

Hope this helps <3