from ast import literal_eval x = literal_eval(",".join(input().split()))print(x[1])print(x[0])print(x[3])print(x[2])
10 "teste" {'t':22} False
teste 10 False {'t': 22}
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!