Python program to print name in reverse order

preview_player
Показать описание
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: Print first and last name in reverse order with a space between them

Python Code:

fname = input("Input your First Name : ")
lname = input("Input your Last Name : ")
print ("Hello " + lname + " " + fname)

For any query just comment me.
––––––––––––––––––––––––––––––
Track: Rooftop Marrakech — Vendredi [Audio Library Release]
Music provided by Audio Library Plus
––––––––––––––––––––––––––––––
Рекомендации по теме
Комментарии
Автор

Thank you have been looking for a situation for more than a week now so happy to have seen one

merciles
Автор

i am learning python so i will watch your all python videos

Jose-qkdi
Автор

fname
iname
is name of variable or string?

Jose-qkdi
welcome to shbcf.ru