import dis def f(): a, b = 257, 258 dis.dis(f)
Standard input is empty
3 0 LOAD_CONST 3 ((257, 258)) 3 UNPACK_SEQUENCE 2 6 STORE_FAST 0 (a) 9 STORE_FAST 1 (b) 12 LOAD_CONST 0 (None) 15 RETURN_VALUE
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!