fork download
  1. a=0
  2. b=1
  3. while(b<=100)
  4. a==a+b
  5. b==b+1
  6.  
  7.  
  8.  
Runtime error #stdin #stdout #stderr 0.01s 118656KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
  File "prog.py", line 3
    while(b<=100)
                ^
SyntaxError: invalid syntax