fork download
  1. test = (-1)**0.5
  2. print(test)
Runtime error #stdin #stdout #stderr 0s 23296KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Traceback (most recent call last):
  File "prog.py", line 1, in <module>
ValueError: negative number cannot be raised to a fractional power