python 语法想对简单,容易入手。
老规矩!
第一个python程序:
#!/usr/bin/env python# -*- coding:utf-8 -*-# Author Jeanprint("hello word")