This website works better with JavaScript
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
aionnect
/
hello-python
Tarkkaile
2
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
75b927a65b
Haarat
Tagit
master
hello-python
/
__main__.py
__main__.py
109 B
Historia
Raaka
1
2
3
4
5
6
7
8
from bayes.chapter_1 import *
def main():
code_5()
# 程序入口
if __name__ == '__main__':
main()