Python教程
当前位置| > 博客

Python教程

Python是一种面向对象的解释型...
  • python helloworld python">#!/usr/bin/env python # -*- coding: utf-8 -*- ' a test module ' __author__ = 'test' import sys def test(): args = sys.argv if len(args)==1: print 'He... 继续阅读python helloworld

    :
    2018-05-18