Important Questions Python Fundamentals Class 11 Computer Science
Important Questions Python Fundamentals Class 11 Computer Science Very Short answer Type Questions Q.1 What is None literal in Python? Ans: Python has one special literal, which is None. The None literal is used to indicate absence of value. It is also used to indicate the end of lists in Python. It means…