NCERT Solution Flow of Control in Python Class 11 Chapter 6

Flow of Control in Python Class 11 Summary of Chapter The if statement is used for selection or decision making. The looping constructs while and for allow sections of code to be executed repeatedly under some condition. for statement iterates over a range of values or a sequence. The statements within the body of for … Read more

NCERT Solution Getting Started with Python Class 11 Chapter 5

Getting Started with Python Class 11 NCERT Solution Q1. Which of the following identifier names are invalid and why? Serial_no. 1st_Room Hundred$ Total Marks Total_Marks total-Marks _Percentage True Ans. Following identifier names are invalid Invalid Identifier Reason Serial_no. Identifier can not contain special symbol 1st_Room Identifier name can not begin with number. Hundred$ Identifier can … Read more

error: Content is protected !!