万益资讯网

Python索引【001】

Python索引【001】

1.查看版本
python3 --version
2.终端打印
print("Hello Python world!")
3.变量
message = "Hello Python world!"
print(message)