-
Notifications
You must be signed in to change notification settings - Fork 0
Open
@MatNoble
Description
程序 = 数据结构 + 算法
name = input("I'm Ross, What's your name?")
print(f"Hi, {name}. Let's start coding!")