CBSE Class 11 Informatics Practices Question 55 of 62

Getting Started with Python — Question 3

Back to all questions
3
Question

Question 3

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.