Question #172348

An algorithm that request a user to input their name and then stores their name in a variable called first name. Subsequently, algorithm should print out first name alone with the phrase "Hello,World".


Expert's answer

Such an algorithm may look like this:

 FirstName=input("Your first name")
print(FirstName+"Hello, World")
LATEST TUTORIALS
APPROVED BY CLIENTS