帖子标记 ‘Python’

Python语言入门

作者: seasun

第1章    Python语言入门
1.1    HelloWorld

Python代码
  1. print ‘helloworld’

1.2    Python数学计算