Ver originalfrom string import maketranstable = maketrans("AGTC", "TCAG")print "AGTCTGA".translate(table)