Как ввести предложение в Python
s=input("Enter sentence")
print(s)
Spotless Skimmer
s=input("Enter sentence")
print(s)