Write the program to return the full name of a person in python programming language
Answers
Answered by
0
Answer:
Write a Python program which accepts the user's first and last name and print them in reverse order with a space between them.
Python has two functions designed for accepting data directly from the user:
Python 2.x. -> raw_input()
Python 3.x. -> input()
hope it was helpful so plzz thank me and make this as brainliest answer
Similar questions