标签: python
所以我创建了这段代码......
name = input("What is your name?") print ("This is", name,"'s first program")
但它会像这样出现
This is John 's first program