SyntaxFix
Write A Post
Hire A Developer
Questions
If you're using Python 3, raw_input has changed to input
raw_input
input
Python 3 example:
line = input('Enter a sentence:')