Comment saisir la phrase dans Python
s=input("Enter sentence")
print(s)
Spotless Skimmer
s=input("Enter sentence")
print(s)