Python - Input and Output
What will be the output of the following code?
print('Python', 'is', 'fun', sep='*', end='!')print('Python', 'is', 'fun', sep='*', end='!')sep='*' inserts '*' between arguments. The end='!' replaces the default newline with '!'.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions