Answer to Question #219096 in Python for Hari nadh babu

Question #219096

Print in Reverse Order - 2


This Program name is Print in Reverse Order - 2. Write a Python program to Print in Reverse Order - 2, it has two test cases


The below link contains Print in Reverse Order - 2 question, explanation and test cases


https://drive.google.com/file/d/1KGH3-kyqBUXXMhynX87y3TE8R7pnSGXc/view?usp=sharing


We need exact output when the code was run

1
Expert's answer
2021-07-20T02:32:52-0400


s1 = str(input("Enter String-1: "))
s2 = str(input("Enter String-2: "))


print("\n\nOutput:\n")
print(s2)
print("---")
print(s1)

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