Explore Westonci.ca, the premier Q&A site that helps you find precise answers to your questions, no matter the topic. Explore a wealth of knowledge from professionals across various disciplines on our comprehensive Q&A platform. Our platform offers a seamless experience for finding reliable answers from a network of knowledgeable professionals.

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