Friday, January 8, 2021

Python code for merging first name, middle name, & last name

 fname=input("Enter First Name:")

mname=input("Enter Middle Name:")

lname=input("Enter Last Name:")

fullname=fname+mname+lname

print(fullname)

No comments:

Post a Comment

Happy Brothers Day to all the amazing brothers out there ❤️

 Hello first of all a very happy brothers day to all the lovely brothers out there. I would like to share a story that recently occured to m...