#!/usr/bin/env python3 # -*- coding: UTF-8 -*- print("hello world!")
第一行: 注释环境变量 第二行:运行编码格式(UTF-8) 第三行:打印文本"hello world!"