CBSE Class 11 Computer Science Question 37 of 106

Python Fundamentals — Question 23

Back to all questions
23
Question

Question 23

To print a line a text without ending it with a newline, .......... argument is used with print( )

  1. sep
  2. newline
  3. end ✓
  4. next
Answer