发布时间:2019-08-09 10:20:09编辑:auto阅读(2253)
#!/usr/bin/python
def hello():
print "imported me,hello world"
def login():
print "I'm already login"
test.py
--------------------------------------
#!/usr/bin/python
import hello
hello.hello()
hello.login()
上一篇: python学习之路
下一篇: python 精练(1)
51345
50807
41400
38200
32692
29584
28416
23300
23257
21589
1666°
2399°
2006°
1942°
2274°
1972°
2677°
4477°
4306°
3069°