print the reverse order-2

print the reverse order-2 and (---) is used between them.

        

    a=input()

    b=input()

    print(b)

    print("---")

    print(a)

Comments