fork download
  1. # your code goes here
  2. a=1
  3. b=2
  4. c=a+b
  5. print(c)
  6. print("相内",c)
Success #stdin #stdout 0.05s 9648KB
stdin
APython.py.txt
stdout
3
相内 3