判断广告语是否合法

ad = input("请输入广告语:")
if ad.count("最") >=1 or ad.count("稀缺的") >= 1 or ad.count("第一") >= 1 or ad.count("国家级") >= 1 :
print("广告语不合法")
else:
print("广告语合法")
posted @ 2019-05-27 09:38  冰灬荷  阅读(315)  评论(0编辑  收藏  举报