Practice Test Geeks home

FREE PCEP Using `sep=` and `end=` in `print()` Questions and Answers

What is the output of the following code?
```python

print('apple', 'banana', 'cherry', sep=',')

```

Select your answer