模块和作用域
摘要:
#!usr/bin/env python3 #-*- coding: utf-8 -*- #使用模块 'a test module' __author__ = 'Michael Liao' import sys def test(): args = sys.argv if len(args) == 1: print('Hello, World') ... 阅读全文
posted @ 2016-06-05 11:17 张明明_1 阅读(888) 评论(0) 推荐(0)
浙公网安备 33010602011771号