+ 2

Write a program that inputs the name of the user and prints it in the given format

Example Input: Sachin Output: Hello Sachin, glad to meet you!

4th Nov 2022, 5:01 AM
Rama Krishna
19 odpowiedzi
+ 5
//input name = input() //output print("Hello " + name + ", glad to meet you!")
4th Nov 2022, 9:03 AM
JJ Pags
JJ Pags - avatar
+ 2
print is explained in one of the first modules, if you are having difficulties, feel free to read the lessons again!
4th Nov 2022, 5:31 AM
Apollo-Roboto
Apollo-Roboto - avatar
+ 2
name = input() print("Hello",name,",glad to meet you") Hope it's helpful for you
4th Nov 2022, 6:25 AM
Sakshi [Offline 🙃]
Sakshi [Offline 🙃] - avatar
+ 2
Username=input ("Enter user name:\n" ) print ("Hello",Username,"gald to meet you")
5th Nov 2022, 7:20 AM
Sai Uttej R
Sai Uttej R - avatar
+ 1
This is a program if you input the name and print that statement ( i written in above), and if you don't know how we take that input then learn python in Sololearn then you have a basic knowledge of beginner programming to advance.
4th Nov 2022, 6:37 AM
Sakshi [Offline 🙃]
Sakshi [Offline 🙃] - avatar
+ 1
دمفتح
4th Nov 2022, 6:48 AM
Mohamede Kourouma
Mohamede Kourouma - avatar
+ 1
Name = input() Print(f'Hello {Name}, glad to meet you!')
4th Nov 2022, 11:16 AM
chandrama biswas
chandrama biswas - avatar
+ 1
input = ("Please enter your name: ") print("Hello", input, "glad to meet you")
5th Nov 2022, 10:51 PM
Danish Zubair
Danish Zubair - avatar
+ 1
Plz enter program here
6th Nov 2022, 4:08 AM
Noah Calderon
Noah Calderon - avatar
0
I have zero knowledge of programming
4th Nov 2022, 6:33 AM
Rama Krishna
0
Plz input programming
4th Nov 2022, 6:33 AM
Rama Krishna
0
مفتح
4th Nov 2022, 6:49 AM
Mohamede Kourouma
Mohamede Kourouma - avatar
0
val = input("Enter your value: ") print(val)
4th Nov 2022, 8:32 AM
Pooja Patel
Pooja Patel - avatar
0
Please study the lessons here in sololearn and don't just copy and paste your answers.
4th Nov 2022, 9:05 AM
JJ Pags
JJ Pags - avatar
0
I belive it can simply be done with a small knowladge of variables and input output with python
4th Nov 2022, 4:33 PM
John Assefa
John Assefa - avatar
0
name=input() print("Hello" +name+", glad to meet you!")
5th Nov 2022, 5:13 PM
Ahmed Awan
Ahmed Awan - avatar
0
MorpheusGranger Nice example, however python single line comments are identified with a hash symbol # # input name = input() # output print("Hello " + name + ", glad to meet you!")
5th Nov 2022, 6:35 PM
Chris Coder
Chris Coder - avatar
0
Input: name = input() Output: Print(“Hello ”,name,”, glad to meet you!”
5th Nov 2022, 7:36 PM
Joseph Chukwudiegwu
Joseph Chukwudiegwu - avatar
0
Input Name is input Output Bring output ( musa)
6th Nov 2022, 1:36 AM
jdud guess hsush
jdud guess hsush - avatar