当前位置:天才代写 > tutorial > Python教程 > python helloworld

python helloworld

2018-05-18 08:00 星期五 所属: Python教程 浏览:401

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 'Hello, world!'
    elif len(args)==2:
        print 'Hello, %s!' % args[1]
    else:
        print 'Too many arguments!'

if __name__=='__main__':
    test()

标签:python

 

    关键字:

天才代写-代写联系方式