我一直在谷歌搜索,这真的很令人沮丧.它不像空闲一样.
例:
else:
name = 'World'
print 'Howdy', name
print 'yay'
Run Code Online (Sandbox Code Playgroud)
但在Notepad ++中
else: # i press enter and this is what it does
lands me here
Run Code Online (Sandbox Code Playgroud)
但是我希望能够在空闲时做到:在:我可以按下回车并继续前进之后.我的英语不太好.
我的文件类型设置为Python等,我的格式为unix.