收起
当前问题酬金
¥ 0 (可追加 ¥500)
支付方式
扫码支付
支付金额 15 元
提供问题酬金的用户不参与问题酬金结算和分配
支付即为同意 《付费问题酬金结算规则》
words = ('恭喜获奖', '全民免单', '点击有惊喜', '点击获取', '点击试穿', '领取奖品', '非转基因更安全') ad = input("输入你的广告语:") for word in words: if word in ad: ad = ad.replace(word, '**') print(ad)
报告相同问题?