fork download
  1. x = 9
  2. print( x * x * x)
  3. print(" x * x * x = the result! (__ * __ * __)")
Success #stdin #stdout 0.03s 63604KB
stdin
Standard input is empty
stdout
729
 x * x * x = the result! (__ * __ * __)