【发布时间】:2017-11-17 19:37:18
【问题描述】:
我有如下字符串
tweet = "thank you guys, for coming my birthday @abcd @defg @hijk , and @abcd don't forget your promises"
如何将该推文更改为
tweet = "thank you guys, for coming my birthday USERNAME_TWITTER_1 USERNAME_TWITTER_2 USERNAME_TWITTER_3 , and USERNAME_TWITTER_1 don't forget your promises"
`
【问题讨论】:
标签: algorithm python-3.x twitter