fork download
  1. printl('Hello, World!')
  2. n = int(input())
  3. for i in [0:n+1]
  4. r = exp(log(2)*i)
  5. printl(r)
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
30
compilation info
falcon: FATAL - Program terminated with error.
SyntaxError CO0031 at /home/7BsBvQ/prog.fal:4: Unclosed control structure (from line 3)

stdout
Standard output is empty