Problem with python and vs code /u/jormundclub Python Education

i’m start to configure Visual Studio Code for Python, I already install te extensión for Python and the debug and the pylance. But when i try to run code don’t work correctly.

For example: I try to run this code:

print("hola mundo") print(5+5) 

This is the response:

PS C:UsersWills-PcDocumentspython.vscode> c:; cd 'c:UsersWills-PcDocumentspython.vscode'; & 'c:UsersWills-PcAppDataLocalProgramsPythonPython313python.exe' 'c:UsersWills-Pc.vscodeextensionsms-python.debugpy-2024.14.0-win32-x64bundledlibsdebugpyadapter/../..debugpylauncher' '50002' '--' 'C:UsersWills-PcDocumentspython.vscodeprueba1.py' 14.0-win32-x64x5cbundledx5clibsx5cdebugpyx5cadapter/../..x5cdebugpyx5clauncher' '50002' '--' 'C:x5cUsersx5cWills-Pcx5cDocumentsx5cpythonx5c.vscodex5cprueba1.py' ;ccd6a6f8-4ecc-4fd3-9005-565d2bd7c4e3hola mundo 8 

why is this happening? how do i fix it?

Sorry if is not understood, English is not my native language.

submitted by /u/jormundclub
[link] [comments]

​r/learnpython i’m start to configure Visual Studio Code for Python, I already install te extensión for Python and the debug and the pylance. But when i try to run code don’t work correctly. For example: I try to run this code: print(“hola mundo”) print(5+5) This is the response: PS C:UsersWills-PcDocumentspython.vscode> c:; cd ‘c:UsersWills-PcDocumentspython.vscode’; & ‘c:UsersWills-PcAppDataLocalProgramsPythonPython313python.exe’ ‘c:UsersWills-Pc.vscodeextensionsms-python.debugpy-2024.14.0-win32-x64bundledlibsdebugpyadapter/../..debugpylauncher’ ‘50002’ ‘–‘ ‘C:UsersWills-PcDocumentspython.vscodeprueba1.py’ 14.0-win32-x64x5cbundledx5clibsx5cdebugpyx5cadapter/../..x5cdebugpyx5clauncher’ ‘50002’ ‘–‘ ‘C:x5cUsersx5cWills-Pcx5cDocumentsx5cpythonx5c.vscodex5cprueba1.py’ ;ccd6a6f8-4ecc-4fd3-9005-565d2bd7c4e3hola mundo 8 why is this happening? how do i fix it? Sorry if is not understood, English is not my native language. submitted by /u/jormundclub [link] [comments] 

i’m start to configure Visual Studio Code for Python, I already install te extensión for Python and the debug and the pylance. But when i try to run code don’t work correctly.

For example: I try to run this code:

print("hola mundo") print(5+5) 

This is the response:

PS C:UsersWills-PcDocumentspython.vscode> c:; cd 'c:UsersWills-PcDocumentspython.vscode'; & 'c:UsersWills-PcAppDataLocalProgramsPythonPython313python.exe' 'c:UsersWills-Pc.vscodeextensionsms-python.debugpy-2024.14.0-win32-x64bundledlibsdebugpyadapter/../..debugpylauncher' '50002' '--' 'C:UsersWills-PcDocumentspython.vscodeprueba1.py' 14.0-win32-x64x5cbundledx5clibsx5cdebugpyx5cadapter/../..x5cdebugpyx5clauncher' '50002' '--' 'C:x5cUsersx5cWills-Pcx5cDocumentsx5cpythonx5c.vscodex5cprueba1.py' ;ccd6a6f8-4ecc-4fd3-9005-565d2bd7c4e3hola mundo 8 

why is this happening? how do i fix it?

Sorry if is not understood, English is not my native language.

submitted by /u/jormundclub
[link] [comments] 

Leave a Reply

Your email address will not be published. Required fields are marked *