1、注册腾讯Cloud Studio账号

2、创建工作空间:https://studio.dev.tencent.com/dashboard/workspace(工作空间)

     项目:从模板创建        运行环境:“Default“    创建

3、用Cloud Studio学习Python(一)

4、如何编写Python文件及运行:

可以新建一个文件夹Test,然后建一个xxx.py文件,就可以编写Python程序,要想运行,得在终端输入

"cd Test" ——> "python xxx.py",就可以在终端看到运行结果

相关文章:

  • 2021-10-01
  • 2021-11-09
  • 2022-12-23
  • 2021-12-28
  • 2021-07-23
  • 2021-12-01
  • 2021-10-08
  • 2022-12-23
猜你喜欢
  • 2021-09-02
  • 2021-05-22
  • 2021-05-20
  • 2022-12-23
  • 2021-12-22
  • 2021-07-16
相关资源
相似解决方案