append和extend区别:
都表示添加
举例说明
比如添加一个字符串,append添加整个字符串(['hello']);extend逐个字母添加(['h', 'e', 'l', 'l', 'o']);
format(s, '08x')
不足8位以0补齐
解释format