robots.txt
大多数网站的爬虫协议
user_agent={ 'User=agent':'Mozilla/5.0' }
序列
a[::-1}
#倒序
x=[1,2,3]
y=['a','b','c']
list(zip(z,b,c)]
字符串
三引号可以换行
cont = 0
atr = "helllo,woe..ld"
for ch in atr:
if ch in '.,?!':
cont += 1;
输入输出