青少儿编程在线体验

阅读: 327

1560667274346528.png

免费视频教程

5分钟在线C++编程

网址是:cpp.sh

代码参考

#include <iostream>

using namespace std;

int main(){
    
    cout << "hello world";
    
    return 0;
}

5分钟在线Python编程

网址是:pythontutor.com

代码参考

print("hello world")
爱码岛编程公众号
试卷资料
爱码岛编程小程序
在线刷题
苏ICP备13052010号
©2023 南京匠成信息科技有限公司