1

When I give an INPUT command it appears in the OUTPUT tab of the Terminal and because it is in the OUTPUT tab it does not allow me to type anything.

How do I make it appear in the TERMINAL tab ...? I'm using Ubuntu with VSCODE Thanks.

enter image description here

4
  • 3
    What does your launch.json look like? You might find this post useful: stackoverflow.com/questions/32671747/… Commented Feb 10, 2020 at 19:12
  • You could always try just running your code in an actual terminal (open terminal application, cd to directory, run python3 <script name>.py) to get sensible handling of stdin and stdout. Perhaps have a look here Commented Feb 10, 2020 at 19:13
  • I tryed the n00dle suggestion but does not work. Commented Feb 10, 2020 at 20:40
  • Yes running it by open terminal it work. But I would like to run it by clicking on the Run Button like I do in VSCODE under Windows. Commented Feb 10, 2020 at 20:48

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.