#!/usr/bin/env python# -*- coding: utf-8 -*- a = [ 'あ', 'い' ]print aprint str(a).decode('string_escape')
Standard input is empty
['\xe3\x81\x82', '\xe3\x81\x84'] ['あ', 'い']
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!