Answer to Question #98141 in Python for Shyann

Question #98141
How do I write a program that uses two inputs statements to get two words as input. Then, print the words on one like separated by a space.
1
Expert's answer
2019-11-08T08:09:03-0500
word_one = input('Input first word: ')
word_two = input('Input second word: ')

print(f'{word_one} {word_two}')

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