print function does not show output on sublime text 3 console

后端 未结 4 1386
星月不相逢
星月不相逢 2020-12-09 06:58

I have started off with Python today and stuck with a weird problem. I am using Python 3.5.1 and Sublime text 3 and have written a basic hello world program.

p

4条回答
  •  隐瞒了意图╮
    2020-12-09 07:31

    press Shift-Ctrl-B and select python. That happens because the program only checks if your python program is correctly. The next time just pressing Ctrl+B, will work

提交回复
热议问题