发布时间:2019-08-29 07:35:01编辑:auto阅读(1994)
#hello.py
def foo():
str="function"
print(str);
if __name__=="__main__":
print("main")
foo()
上一篇: 用Python建立最简单的web服务器
下一篇: 高性能Python之:Queue,deq
50528
49840
40432
37443
31860
28732
27661
22438
22438
20750
523°
1148°
936°
865°
1116°
984°
1602°
2982°
2681°
2038°