1.py (94B)
1 first = input("first name: ") 2 last = input("last name ") 3 4 print(first[::-1], " ", last[::-1])