Home > database >  Can't see output on visual studio code
Can't see output on visual studio code

Time:01-25

I cant see output in both terminal and output

Here is an example

Here is an example

CodePudding user response:

Modify your code like this

print()
dw = input("enter a value: ")

if( dw=='3' ):
    print('Right!')

Then hit the triangular play button at the top right corner, switch to the TERMINAL tab. Your code should be working.

CodePudding user response:

I encountered similar problems in vscode, the solution is to just press the delete icon on the terminal and run the code again

Image

  •  Tags:  
  • Related