Say hello to the universe!

来源:互联网 发布:忻州广电网络电视台 编辑:程序博客网 时间:2024/06/05 08:24

Hello World!

#plain input testdef something():       return true


for(i=0;i<=100;i++){    if (i%37 == 0)    return i;}