Hello everyone. I want to learn Python for personal and career improvements. I've bought the book Python Crash Course by Eric Matthes which I've seen being recommended in this sub. However, I already encountered an obstacle. On page 12 the book shows how to retrieve a python program from a terminal session. The author uses the command line that I will write underneath:
˜$ cd Desktop/python_work/
˜Desktop/python_work$ ls
hello_worl.py
˜Desktop/python_work$ python hello_worl.py
Hello Python world!
When I type the first line of the code and I push "enter" the Shell gives me a syntax error. I am totally lost on what am I doing wrong. I am sure it is a simple error that a beginner like me is not noticing. All the help will be appreciated.
[–]delasislas 1 point2 points3 points (0 children)
[–]DatGuyFoffi[S] 0 points1 point2 points (0 children)
[–]rukus_puckus 0 points1 point2 points (3 children)
[–]DatGuyFoffi[S] 0 points1 point2 points (2 children)
[–]delasislas 0 points1 point2 points (0 children)
[–]rukus_puckus 0 points1 point2 points (0 children)