Pythonでは、単にcharを++することはできますか?これを行う効率的な方法は何ですか?
Www.website.com/term/#、www.website.com/term/a、www.website.com/term/b、www.website.com/term/c、wwwを持つURLを反復処理したい.website.com/term/d ... www.website.com/term/z形式。
string.ascii_lowercase
これは単に小文字の便利な文字列であり、
>>> from string import ascii_lowercase
>>> for c in ascii_lowercase:
... # append to your url