【Python】if __name__=='__main__' 詳解

引言 咱們先看下各個編程語言的代碼框架輸出Hello,Worldjava Cpython #include <stdio.h> int main() { printf("Hello, World! \n"); return 0; } C++ios #include<iostream> using namespace std; int main() { cout<<"HELLO WORLD
相關文章
相關標籤/搜索