每日一個python小程序

二零一九年二月十九號-一 # !/usr/bin/python3 # -*- coding: utf-8 -*- 'a test module' __author__='cj' import sys def test(): args = sys.argv if len(args)==1: print('Hello,world!') elif len(args)==2: prin
相關文章
相關標籤/搜索