Practice Test Geeks home

PCEP Using `sep=` and `end=` in `print()` 2

What is the output of `print('a', 'b', 'c', sep='-')`?

Select your answer