Q. What is the effect of print(‘test’, end=”, flush=True)?
Solution:
end=” and flush=True ensure immediate output without a newline.
Get Question Bank
Strengthen Your Practice with our comprehensive question bank.
end=” and flush=True ensure immediate output without a newline.
Strengthen Your Practice with our comprehensive question bank.