摘要:
layout: post title: Python3 字符串 author: "luowentaoaa" catalog: true tags: mathjax: true Python 字符串更新 你可以截取字符串的一部分并与其他字段拼接,如下实例: Python转义字符 在需要在字符中使用特殊 阅读全文
摘要:
layout: post title: Python3 数字 author: "luowentaoaa" catalog: true tags: mathjax: true Python 数字类型转换 有时候,我们需要对数据内置的类型进行转换,数据类型的转换,你只需要将数据类型作为函数名即可。 in 阅读全文
摘要:
layout: post title: Python3 运算符 author: "luowentaoaa" catalog: true tags: mathjax: true Python算术运算符 | + | 加 两个对象相加 | a + b 输出结果 31 | | | | | | | 减 得到负 阅读全文
摘要:
layout: post title: Python3 基础数据类型 author: "luowentaoaa" catalog: true tags: mathjax: true 标准数据结构 数字 字符串 List Tuple(元组) Set(集合) Dictionary(字典) Python数 阅读全文
摘要:
layout: post title: Codeforces Round 253 (Div. 2) author: "luowentaoaa" catalog: true tags: mathjax: true codeforces 模拟栈 贪心 传送门 A. "Anton and Letters" 阅读全文