Skip to content
Advertisement

Python Input function not Working in VS Code

JavaScript

When I run the code with the code runner extension the code shows in the terminal however when it gets to the input function it freezes like its asking me to input some data however I cant eve type a number or letter.

This is what the terminal shows…

JavaScript

Advertisement

Answer

Code Runner shows results in OUTPUT and doesn’t accept inputs by default. Add

JavaScript

in Settings.json, then you can input data.

User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement