笨办法学python3_ex.1

2020-03-07  本文已影响0人  leogoforit

在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,终端中显示如下:

终端显示的运行结果
上一篇 下一篇

猜你喜欢

热点阅读