fork download
  1. print sum([x * (x - 1)
  2. for x in [y * y
  3. for y in xrange(3,11)]])
  4.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
Mozart Compiler 1.4.0 (20080704) playing Oz 3

%%% feeding file prog.oz

%*************************** parse error ************************
%**
%** syntax error, unexpected ']', expecting T_do
%**
%** in file "./prog.oz", line 3, column 24
%** ------------------ rejected (1 error)
stdout
Standard output is empty