习题 1:第一个程序

在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

输出
image.png

你可能感兴趣的:(习题 1:第一个程序)