#!/usr/bin/env python3 cntry = None cntries = ["Niger", "Chad", "Sudan", "Ethiopia"] for cntry in cntries: print(cntry)