Please help. My first few lessons and attempt at python. Using Spyder (Python 3.7)
Am getting the following error when running.
1 2 3 |
salary = 5000 If salary > 5000 : print ( "Approved" ) |
Error:File "C:\Users\heetesh.j.bhoola\untitled15.py", line 9
If salary > 5000:
^
SyntaxError: invalid syntax