else: print('{} not in d'.format(name))
{}里面是一个动态的字符串,平时我们定义的字符串是固定的,但是要是字符串其中的某个字符串是变化的,这种方法是不错的idea。