摘要: #### 1 错误及解决 编译长字符串时运行结果出现如下问题 **错误的运行结果**: ![image-20230726193530325](https://img2023.cnblogs.com/blog/3232296/202307/3232296-20230726221914047-10804 阅读全文
posted @ 2023-07-26 19:55 凯璇 阅读(36) 评论(0) 推荐(0)
摘要: ## Python学习(二) #### 1 Python 集合 ##### 1.1 集合(Set) 集合是无序和无索引的集合。在 Python 中,集合用花括号编写。 ![image-20230715160050231](https://img2023.cnblogs.com/blog/323229 阅读全文
posted @ 2023-07-26 19:31 凯璇 阅读(15) 评论(0) 推荐(0)