Linked Questions

-1 votes
2 answers
6k views

Why am I getting a syntax error whenever I try to run VS code python terminal? [duplicate]

Whenever I try to run the VS code python terminal, I get the following error: File "<stdin>", line 1 & C:/Users/tawsi/AppData/Local/Microsoft/WindowsApps/python.exe c:/Users/...
Tawsif's user avatar
  • 15
1 vote
3 answers
5k views

Input function not working in Python Code [duplicate]

I was writing a python code in VS Code and somehow it's not detecting the input() function like it should. Suppose, the code is as simple as def main(): x= int ( input() ) print(x) if ...
KaraageAndKamehameha's user avatar
-2 votes
3 answers
3k views

Running python in terminal in vs code gives me a syntax error, however, manually selecting the code and running it does not give me the syntax error [duplicate]

When I click "run python file in terminal", it gives me the following error: >>> & C:/Users/HP/python/anaconda/python.exe "d:/python/vscode/python course/3. pandas/...
cheesecakesss's user avatar
0 votes
1 answer
203 views

Syntax error when running code on vscode terminal [duplicate]

msg = ("HI") print(msg) Output in Terminal PS C:\Users\Yumil\OneDrive\Desktop\Work\NewProjects> & C:/Users/Yumil/AppData/Local/Microsoft/WindowsApps/python3.10.exe Python 3.10.8 (...
Yumil's user avatar
  • 1
0 votes
1 answer
69 views

Invalid syntax when starting program with def main(): PS - Total Newb [duplicate]

def main(): print ("1=Square") print ("2=Triangle") print ("3=Rectangle") print("4=Circle") prob = input ("Enter the problem you have.&...
Aiden Loch's user avatar
0 votes
0 answers
18 views

VS CODE - Python "RUN" [duplicate]

a = [1,2,3] b = a[:] a[1] = 4 print(a) print(b) **when i run this code(run python files in terminal, run selection file in terminal), i can see the two different message in terminal One is /Library/...
corinbee's user avatar
1 vote
0 answers
606 views

Getting SyntaxError: invalid syntax, with no cause for pygame

Hi Im getting this error : "SyntaxError: Invalid Syntax" & C:/Users/unhackerguard/AppData/Local/Programs/Python/Python39/python.exe "c:/Users/unhackerguard/Documents/Alien invasion/...
Unhackerguard's user avatar
0 votes
0 answers
204 views

Why am I getting a syntax error in VSCode before a Python program is run?

Everything was working fine until I missed some formatting in a while loop. Now, I can't even run empty programs without getting this error: & C:/pathname/python3.10.exe c:/path2/test.py File &...
bward's user avatar
  • 11
-1 votes
1 answer
92 views

Can not find Python Quandl&Pandas Syntax Error

I was following a tutorial from this guy and I was writing the exact same code to VS code except that Quandl is not written in uppercase anymore. I will leave a ss of the code here for who don't want ...
apotamkinn's user avatar
0 votes
1 answer
109 views

What could be my invalid syntax error in my code?

I am having problems with a simple program I wrote but do not know where the problem is, and it is giving me a Syntax error. This is my code: username = {} temp = True while temp: name = input(&...
LilPotato's user avatar
0 votes
3 answers
71 views

cannot obtain output in VS code

i am not getting any output whenever i try to execute any basic command , in python using VS code.
Adwet Anurag Dash's user avatar