# The str() and repr(): convert to their string representations. print str(4.53-2j) print str(1) print str(2e10) print str([0, 5, 9, 9]) print repr([0, 5, 9, 9])