Add these lines to the final output
(lines, separator='')
| 39 | |
| 40 | |
| 41 | def outputs(lines, separator=''): |
| 42 | """Add these lines to the final output""" |
| 43 | print(esc_underscores(separator.join(lines)), end='') |
| 44 | |
| 45 | |
| 46 | def output(line): |
no test coverage detected