Answers for "pyton program acept user first and last name and prints in revese"

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 "pyton program acept user first and last name and prints in revese"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language