随笔分类 - Python3
摘要:# md5加密 import hashlib m = hashlib.md5() m.update("123456".encode('utf-8')) ret = m.hexdigest() print(ret) # 数据库操作 pymysql 安装 pymysql import pymysql #
阅读全文
posted @ 2022-10-27 10:48
三木三木大三木
摘要:基础 注释 # 表示注释、 # 后面的内容,不会被执行到 基础数据类型 整数/整型 使用int表示 小数/浮点型 使用float表示 字符串/字符 使用str表示,字符串必须使用引号引起来 单引号、双引号、三个单引号、三个双引号都可以,比如:'中文', "10" , '''hello''' """w
阅读全文
posted @ 2022-07-25 13:12
三木三木大三木
摘要:下载安装包 Python解释器 PyCharm编辑器 安装 Python安装步骤 PyCharm安装步骤
阅读全文
posted @ 2022-07-25 12:03
三木三木大三木
浙公网安备 33010602011771号