I am currently learning coding through online course and I am using VISUAL STUDIO CODE as interpreter. I had this minor doubt concerned with coding.
python basics_1.py
File "", line 1
python basics_1.py
^
SyntaxError: invalid syntax
Although I have saved the file with codes in a folder, THIS IS THE OUTPUT I AM RECIEVING ON EXECUTING MY FILE IN PYTHON INTERACTIVE SHELL AND TERMINAL. PLEASE HELP!!
Answers
Answered by
0
Answer:
u might have not mentioned that particular syntax before so it is showing erroe plz check ur program properly there might be minute mistake wch u wouldn't hv noticed.
Explanation:
Similar questions