Answer to Question #133522 in Python for thomas

Question #133522
make a code to run this:

Enter a word. Good
Enter a word. morning
Good morning
1
Expert's answer
2020-09-17T07:25:17-0400

The first option if the user enters the words himself:


word_first = input('Enter a word. ')

word_second = input('Enter a word. ')

print(word_first,word_second,sep=' ')


The second option is to display the source text:


print('Enter a word. Good','Enter a word. morning','Good morning',sep='\n')




Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS