python3第一个脚本(hello world!)

Posted 陶玉轩的博客

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python3第一个脚本(hello world!)相关的知识,希望对你有一定的参考价值。

#!/usr/bin/env python3
# -*- coding: UTF-8 -*-

print("hello world!")

第一行: 注释环境变量
第二行:运行编码格式(UTF-8)
第三行:打印文本"hello world!"

以上是关于python3第一个脚本(hello world!)的主要内容,如果未能解决你的问题,请参考以下文章

Selenium3快速入门:如何编写第一个脚本Hello world!

Python3系列-基础语法-1

Python3系列-基础语法-1

python学习笔记(10)-python第一个小程序hello world

Python 3 版本和"Hello World!"

Mac系统下sublime text3 - Python3配置教程(运行Hello World程序-没有打印结果)