public:it:python

这是本文档旧的修订版!


Python

  • # ex1:
    # -*- coding: utf-8 -*-
    print "I'd much rather you 'not'."
    print 'I "said" do not touch this.'
    print "世界,你好"
     
    # ex2:
    # common
    print "common" #common
     
    # ex3:
  • 快速开一个静态http服务: 进入文件夹, 然后 python -m SimpleHTTPServer 80
  • public/it/python.1417572524.txt.gz
  • 最后更改: 2014/12/03 10:08
  • oakfire