CBSE Class 11 Computer Science Question 72 of 80

Getting Started with Python — Question 5

Back to all questions
5
Question

Question 5

Print and print are same in Python.

Answer

False

Reason — In Python, print and Print are not the same because Python is a case-sensitive language.