#!/usr/bin/env python from __future__ import print_function list = ('a', 'b', 'c') for i in list: print(i, end=' ')