Python - Input and Output
The code below gives an error. What is the problem?
print('Hello' end='!')print('Hello' end='!')print() must be separated by commas. Here, 'Hello' and end='!' are missing a comma.print('Hello', end='!') with a comma separating the string and the keyword argument.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions