发布时间:2019-08-09 10:20:09编辑:auto阅读(2265)
#!/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)
51488
50981
41579
38333
32832
29781
28531
23467
23396
21736
1851°
2574°
2156°
2085°
2474°
2106°
2829°
4704°
4518°
3230°