Answer to Question #94316 in Python for Saul

Question #94316
how do you Write a program that uses two input statements to get two words as input. Then, print the words on one line separated by a space.
1
Expert's answer
2019-09-12T03:35:27-0400
word_1 = str(input('Word 1: '))
word_2 = str(input('Word 2: '))

print(word_1, word_2)

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