丰富奇迹

文章
3
资源
0
加入时间
2年10月17天

python 学习笔记--使用模块,类

使用模块使用sys1.代码#!/usr/bin/env python3# -*- coding: utf-8 -*-' a test module '__author__ = 'Bernicechl'import sysdef test(): args = sys.argv if len(args)==1: print('Hel...