摘要:
欢迎加VX 交流学习 1. 犹豫期 由于保险条款复杂,涉及知识面较广,同时为了防止保险代理人误导客户,保险公司为了保护投保人和被保人的合法权益,设置了犹豫期,也称冷静期,是指投保人在收到保险合同后10天内,如不同意保险合 同内容可将合同退还保险公司并申请撤销。在此期间,保险公司同意投保人的申请,撤销 阅读全文
posted @ 2021-01-02 13:01
weinxin_19980519939
阅读(486)
评论(0)
推荐(0)
摘要:
1.默认编码方式: python2: ascii码 若要支持中文需要在文件的最顶端添加(#-*- encoding: utf-8 -*-) python3: utf-8 2. print python2 不需要括号 python3 必须加括号 3. xrange() 生成器 python2 有 py 阅读全文
posted @ 2021-01-02 12:17
weinxin_19980519939
阅读(98)
评论(0)
推荐(0)
摘要:
1.装饰器 #装饰器 def wrapper(func): def inner(*args,**kwargs): return func(*args,**kwargs) return inner @wrapper def func(): pass View Code #装饰器 from functo 阅读全文
posted @ 2021-01-02 12:15
weinxin_19980519939
阅读(45)
评论(0)
推荐(0)
摘要:
数字、字符串 小数据池 数字范围: -5~256 在此范围内内存地址相同,超出范围则不同(a=2,b=2此时a和b指向的内存地址相同,a=300,b=300,a和b的内存地址不同) 字符串:1.不能有特殊字符 2.s*20还是同一个地址,s*21是两个不同的地址 2.编码 ascii 一个字节,只能 阅读全文
posted @ 2021-01-02 12:13
weinxin_19980519939
阅读(110)
评论(0)
推荐(0)
摘要:
I know Bob has been with the company longer than I have,but he's doing a terrible job. Jessica's 20-year class reunion was held at a fancy hotel. When 阅读全文
posted @ 2021-01-02 12:11
weinxin_19980519939
阅读(105)
评论(0)
推荐(0)
摘要:
恢复内容开始 they were penalized for breaking the rules she resigned from her job because of her health reasons his boss assigned him to increase sales by 5 阅读全文
posted @ 2021-01-02 12:10
weinxin_19980519939
阅读(149)
评论(0)
推荐(0)

浙公网安备 33010602011771号