标签:str nbsp 整型 char info com 安装 oat 使用
安装了python软件,对python有了一个基本的认识。
1、python的变量和类型;
整型(int)、浮点型(float)、字符串型(char)、布尔型(boolean)布尔型只有两种值true、false;
2、变量的使用;
3、运算符:
练习1:华氏温度转摄氏温度
练习2:输入圆的半径计算周长和面积
练习3:输入年份判断是不是闰年
练习4:给密码加密
知识点总结: str 输出字符串
print(a[:]) :代表全部输出
标签:str nbsp 整型 char info com 安装 oat 使用
原文地址:https://www.cnblogs.com/wsq-qq/p/11272742.html