📜  如何在python代码示例中输入句子

📅  最后修改于: 2022-03-11 14:45:40.146000             🧑  作者: Mango

代码示例1
s=input("Enter sentence")
print(s)