标签: python python-3.x
例如
#!python try: choice = int(raw_input('> ')) except (ValueError, EOFError, EnvironmentError), e: dead('Man, learn to type a number') print >> sys.stderr, 'Error: %s' % e
我想要一个让它变成
list1=[[2,1],[3,4],[3,5]]