15、判断字符串 a = “welcome to my world” 是否包含单词 b = “world”,包含返回 True,不包含返回 False。(使用pyhon)
def fun(): return b in a