Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Kindly explain this error
#1
I am a beginner in python programming. Kindly help me to sort out the error. When I write the below code in IDLE it is giving me the right answer. But when I write it in Visual Studio Code editor it is giving me an error given below.

def add(x, y):
    print("Sum= ", (x+y))
add(5,3)
Error:
C:/Users/user/AppData/Local/Programs/Python/Python37-32/python.exe c:/Users/user/Desktop/test.py File "<stdin>", line 1 C:/Users/user/AppData/Local/Programs/Python/Python37-32/python.exe c:/Users/user/Desktop/test.py ^ SyntaxError: invalid syntax
I have already run very basic codes in VSCode but still getting this error for this code. Please explain this. Thanks in advance.
Reply
#2
There is nothing wrong with the code shown, how are you running the code within VSCode, that seems like it could be the problem.
Reply
#3
The problem is Visual Studio, which nay not be set right for Pyrhon. (You may nweed the #!path to python version header)

It works fine in a regular script file.

For an IDE type interface, might wat to try Anaconda. Some folks recommend Eclipse. As a beginner also, I like to keep things simple, so use a text editor.
Reply
#4
(Jul-16-2019, 05:32 AM)millpond Wrote: The problem is Visual Studio, which nay not be set right for Pyrhon.

There are two distinct products Visual Studio and Visual Studio Code (VS Code).

VS Code is very well suited for Python and for beginners.
I'm not 'in'-sane. Indeed, I am so far 'out' of sane that you appear a tiny blip on the distant coast of sanity. Bucky Katt, Get Fuzzy

Da Bishop: There's a dead bishop on the landing. I don't know who keeps bringing them in here. ....but society is to blame.
Reply
#5
Have a tutorial here VS Code from start.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Shocked kindly support with this dropna function not working gheevarpaulosejobs 2 617 Jul-24-2023, 03:41 PM
Last Post: deanhystad
  Kindly asking for help with Pywinauto louloulou 0 1,992 Mar-05-2020, 06:55 PM
Last Post: louloulou

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020