摘要:
格式化字符串: number = 7 f'My lucky number is {number}‘ 'My lucky number is 7' 字符串拼接 c = ''.join(a,b) print(c) 阅读全文
posted @ 2020-05-25 14:23
aiaaaa
阅读(89)
评论(0)
推荐(0)
摘要:
def reg_pass(password): md5 = hashlib.md5(b'jhcoj_mxs') #加盐 md5.update(password.encode(encoding='utf-8')) md5.hexdigest() return md5.hexdigest() 阅读全文
posted @ 2020-05-25 09:45
aiaaaa
阅读(109)
评论(0)
推荐(0)

浙公网安备 33010602011771号