Python第一发:Hello world

python学习网 2017-10-29 07:20:02
 #!/usr/bin/python

def main () :

        print 'hello world'

main ()
阅读(743) 评论(0)