美文网首页
笨办法学python3_ex.1

笨办法学python3_ex.1

作者: leogoforit | 来源:发表于2020-03-07 09:23 被阅读0次

在Atom中新建名为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.')

终端中运行python ex1.py,终端中显示如下:

终端显示的运行结果

相关文章

网友评论

      本文标题:笨办法学python3_ex.1

      本文链接:https://www.haomeiwen.com/subject/brofdhtx.html