标签:main return for printf col class pytho int hello
//for C
#include<stdio.h>
int main()
{
printf("hellow world!");
return 0;
}
#for python print("hellow world!")
标签:main return for printf col class pytho int hello
原文地址:https://www.cnblogs.com/marvel-ironman/p/12077858.html