https://www.learnpython.org/en/Input_and_Output mentions raw_input(), which is a Python 2.x function. It was removed in Python 3 and replaced by input(). The interpreter uses Python 3.5, so mentioning raw_input() leads to an error as you can see below.
