发布时间:2019-08-29 07:35:01编辑:auto阅读(2082)
#hello.py
def foo():
str="function"
print(str);
if __name__=="__main__":
print("main")
foo()
上一篇: 用Python建立最简单的web服务器
下一篇: 高性能Python之:Queue,deq
51364
50837
41424
38224
32719
29613
28433
23338
23280
21609
1698°
2423°
2026°
1964°
2301°
1990°
2700°
4515°
4340°
3094°