fork download
  1. print ("obo" ** "srams")
Runtime error #stdin #stdout #stderr 0.01s 7848KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Traceback (most recent call last):
  File "prog.py", line 1, in <module>
TypeError: unsupported operand type(s) for ** or pow(): 'str' and 'str'