Q. What is the output of print(‘A’, ‘B’, ‘C’, sep=’*’)?
Solution:
sep=’*’ separates items with an asterisk, outputting ‘A*B*C’.
Get Question Bank
Strengthen Your Practice with our comprehensive question bank.
sep=’*’ separates items with an asterisk, outputting ‘A*B*C’.
Strengthen Your Practice with our comprehensive question bank.