fork download
  1. >>> a=("Welcome To Python Example")
  2. >>> print a
  3. Welcome To Python Example
  4. >>>
Runtime error #stdin #stdout #stderr 0.02s 119360KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
  File "prog.py", line 1
    >>> a=("Welcome To Python Example")
                                        ^
SyntaxError: invalid syntax