ICT (7th Grade)
Enhancing Print Output in Python
How can you make the output of a print statement more informative in Python?
Separate expressions with commas.
Concatenate using plus signs.
Use semicolons between expressions.
Enclose expressions in brackets.
Next