Answers for "write the program which accept the user first and last name in python"

0

pyton program acept user first and last name and prints in revese

fname = input("Input your First Name : ")
lname = input("Input your Last Name : ")
print ("Hello  " + lname + " " + fname)
Posted by: Guest on October-18-2021

Code answers related to "write the program which accept the user first and last name in python"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language