comment1.q2 145 B

123456789101112
  1. "abc" # 5 6
  2. "\n-+-\n"
  3. # This is a comment.
  4. 10#[comment2]# * 3 # more comment.
  5. "\n-+-\n"
  6. # Output: abc
  7. # Output: -+-
  8. # Output: 30
  9. # Output: -+-