Python - Input and Output
What is the output of this code?
print('A', 'B', 'C', sep='*', end='!')
print('D')print('A', 'B', 'C', sep='*', end='!')
print('D')15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions