beginner
Ask for User Input
Get input from the user via the console.
📝 提示内容
Write a program that asks the user for their name using the input function, stores it in a variable, and then prints 'Welcome, ' followed by the name they entered.