Answer to Question #269679 in Python for simi

Question #269679

Set the variable called greeting to some greeting, e.g. "hello".

Set the variable called name to some name, e.g. "John".

Then set the variable called greet_name that that concatenates greeting , name , and a space " " between them.


1
Expert's answer
2021-11-25T11:33:06-0500
greeting = "hello"
name = "John"
greet_name = greeting + " " + name
print(greet_name)

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS