我将当前简单的脚本保存为Sublime Text 2 IDE中的ex1.py.
print "Hello world!"
print "Hello Again"
print "I like typing this."
print "This is fun."
print 'Yay! Printing.'
print "I'd much rather you 'not'."
print 'I "said" do not touch this.'
Run Code Online (Sandbox Code Playgroud)
我想在终端中从这个脚本执行一行,但是无法弄清楚如何.
该脚本执行所有七行.有没有办法指定,例如,我只想执行第3行?