**程序 = 数据结构 + 算法** `name = input("I'm Ross, What's your name?")` `print(f"Hi, {name}. Let's start coding!")`