All Courses

Why is my input not running ?? Even after pressing ctrl enter in Vs code

By Pp5344229@gmail.com, 3 months ago
  • Bookmark
0

Why is my input not running ?? Even after pressing ctrl enter in Vs code

Python
Vs code
2 Answers
0
Hitendradixit18@gmail.com

click on run

0
Goutamp777

There could be several reasons why your input is not running in Visual Studio Code. Here are a few things you can try to troubleshoot the issue:

  1. Check if you have the correct interpreter for your code. In Visual Studio Code, you can specify the interpreter to use by selecting the correct python environment in the bottom left corner of the window.
  2. Make sure that you have saved your code file before trying to run it. Visual Studio Code will not run unsaved code.
  3. Check for any syntax errors in your code. Visual Studio Code will highlight any syntax errors in your code, and these errors will need to be fixed before you can run your code.
  4. If you are using a terminal to run your code, make sure that you are in the correct directory. You can use the cd command to navigate to the directory where your code file is saved.
  5. If you are still having issues, try running your code in a different editor or terminal to see if the issue is specific to Visual Studio Code.

I hope this helps! Let me know if you have any other questions or if you need further assistance.

Your Answer

Webinars

Live Masterclass on : "How Machine Get Trained in Machine Learning?"

Mar 30th (7:00 PM) 516 Registered
More webinars

Related Discussions

Running random forest algorithm with one variable

View More