Write a program to accept your first name and last name and display message Hi,welcome "your name " to the python world. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Write a program to accept your first name and last name and display message Hi,welcome "your name " to the python world.

6th Dec 2020, 9:32 AM
Ishita Sah
Ishita Sah - avatar
3 Answers
+ 3
Pls show us ur attempt first , then we will help with that..
6th Dec 2020, 9:37 AM
Alphin K Sajan
Alphin K Sajan - avatar
+ 3
Ishita Sah Kindly don't aa sk for readmade codes! Follow community guidelines - https://www.sololearn.com/Discuss/1316935/?ref=app
6th Dec 2020, 11:00 AM
Piyush
Piyush - avatar
+ 2
print("Hi Welcome "+input("Enter your name here : "))
6th Dec 2020, 9:40 AM
Ratnapal Shende
Ratnapal Shende - avatar