Visual Studio Code not displaying any output
·
Answer a question
I have some code here
I'm simply trying to run, the code, by clicking the Code Runner extension button in the top right corner. Except, when I click that, the only prompt I receive in the terminal is
/Users/Nick/opt/anaconda3/bin/python /Users/Nick/Desktop/cam_reddish_data.py
With no return output. I am using the correct version as my interpreter. I also recently installed anaconda, and am trying to run from that environment, so maybe that's the issue?
Any thoughts?
Answers
The real reason why
It is because actually that command:
player = player.get_player("Cam", "Reddish", just_id=False)
keeps executing and stops the next lines of code to be excuted, even if you removed that command, hello will be printed in the console. Check if there is any problem in that command
更多推荐
所有评论(0)