0
Write a program to accept your first name and last name and display message Hi,welcome "your name " to the python world.
4 Antworten
+ 3
Pls show us ur attempt first , then we will help with that..
+ 3
Ishita Sah
Kindly don't aa sk for readmade codes!
Follow community guidelines -
https://www.sololearn.com/Discuss/1316935/?ref=app
+ 2
print("Hi Welcome "+input("Enter your name here : "))