我希望Python只删除字符串中的一些标点符号,假设我想删除除“@”之外的所有标点符号。import stringsample = 'The quick brownfox, like, totally jumped, @man!'sample.translate(remove)The quick brown fox li
的文档指出,要从python内部激活环境,请使用execfile(activate_this, dict(__file__=activate_this))
但是execfile在Python3中并不存在。AssertionError: You must run this like execfile('path/t