windows:
text = re.sub('本题[&^]{0,4}分数[*^&]{0,4}d+?[*^&]{0,4}分|【^?独家提供^?QQ9053635】^?!', '', text)
Linux:
text = re.sub('本题[&^]{0,4}分数[^&]{0,4}d+?[^&]{0,4}分|【^?独家提供^?QQ9053636】^?!', '', text)
^不能单独放在 [ ]前面

windows:
text = re.sub('本题[&^]{0,4}分数[*^&]{0,4}d+?[*^&]{0,4}分|【^?独家提供^?QQ9053635】^?!', '', text)
Linux:
text = re.sub('本题[&^]{0,4}分数[^&]{0,4}d+?[^&]{0,4}分|【^?独家提供^?QQ9053636】^?!', '', text)
^不能单独放在 [ ]前面