笨办法学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
,终端中显示如下:
![](https://img.haomeiwen.com/i2844213/07732ad29852c033.png)