# -*- coding: utf-8 -*- def main(): a = ( ( "é", "a" ), ( "a", "à" ) ) b = "é" return a open('/tmp/output', 'w').write( str(main()) )