#!/usr/bin/env python3 # Copyright 2009-2017 BHG http://bw.org/ words = ['one', 'two', 'three', 'four', 'five'] for i in words: print(i)