cps = [] for c in ["a", "π", "字", "🐘"] cp = c.code cps.push cp print c + " = " + cp end for print for i in cps print i + " = " + char(i) end for