This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
aionnect
/
hello-python
Urmărește
2
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
75b927a65b
Ramuri
Etichete
master
hello-python
/
__main__.py
__main__.py
109 B
Istoric
Crud
1
2
3
4
5
6
7
8
from bayes.chapter_1 import *
def main():
code_5()
# 程序入口
if __name__ == '__main__':
main()