# your code goes hereimport disdis.dis('3.0 ** 100') i = 100dis.dis('3.0 ** i')
Standard input is empty
1 0 LOAD_CONST 2 (5.153775207320113e+47) 3 RETURN_VALUE 1 0 LOAD_CONST 0 (3.0) 3 LOAD_NAME 0 (i) 6 BINARY_POWER 7 RETURN_VALUE
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!