在Notepad++中输入以下代码
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'
powershell中应该看到以下信息
输入python ex1.py
在Notepad++中输入以下代码
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'
powershell中应该看到以下信息
输入python ex1.py