CBSE Class 10 Computer Applications Question 3 of 31

Python Revision — Question 1

Back to all questions
1
Question

Question 1

Which statement/function will you use to display something on screen ?

  1. Display
  2. print
  3. PRINT
  4. display
Answer

print

Reason — The print statement is used to display something on screen.