asked 99.1k views
4 votes
Need help coding this it uses input and I need to use the words good and morning

Need help coding this it uses input and I need to use the words good and morning-example-1
asked
User Jwerre
by
8.5k points

1 Answer

1 vote

Answer:

x = input ("Enter a word: ")

y = input ("Enter a word: ")

print ( x, " ", y)

Step-by-step explanation:

This is the simplest way to write it using Python.

answered
User Denis Sadowski
by
7.8k points

No related questions found