💎一站式轻松地调用各大LLM模型接口,
支持GPT4、智谱、星火、月之暗面
及文生图
广告
# 1.python数据类型不能自动转换 ~~~ name = "chengchao0" print(name+20) //报错 ~~~ str()方法将int转为string ~~~ name = "chengchao" total = name+str(23) print(total); ~~~
1.python基础
1.1数据类型
1.2数据类型的转换
1.3开发环境配置
1.4skill
1.5列表
1.5.1操作列表