リスト内に特定の要素があるかでif分岐 - Qiita
#!/usr/bin/python# -*- coding:utf-8 -*-#とりあえずの適当なリストlist = ['dog', 'cat', 'bird']#分岐条件にしたい要素a …