你的程序会读入一个名字,比如John,然后输出“Hello John”。
一行文字。
Mary Johnson
Hello Mary Johnson
代码:
name = input() print("Hello "+name)