编程:使用Python需要熟悉的最少知识点

一、知识点 中文编码:在文件头部加 # -*- coding: UTF-8 -*- 标准类型:Numbers、String、List、Tuple、Dictionary 字符串索引:str = “Python” => str[1:3] = 'yt' 运算符:and、or、not(逻辑);in、not in(成员);is、not is(自身) 条件语句:if…、if…else…、if…elif…els
相关文章
相关标签/搜索