💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
我们编译python代码时, 经常出现各种因为tab和空格的问题, 例如: IndentationError: unindent does not match any outer indentation level 有个简便的办法: 用python的IDLE打开python 代码, 选中所有代码, 点击菜单项Format/Untabify Region