Answer to Question #92635 in Python for Aaron

Question #92635
Write a program that uses two input statements to get two as input. Then, print the word on one line separated by a space
1
Expert's answer
2019-08-14T03:49:54-0400

a = input("Enter word1: ")

b = input("Enter word2: ")

print("{} {}".format(a,b))


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