Chapter #7 – Functions Chapter #7 – Lab Exercises #4 ABC School has allotted unique token IDs from (1 to 600) to all the parents for facilitating a lucky draw on the day of their Annual day function. The winner would receive a special prize. Write a program using Python that helps to automate the […]
NCERT Computer Science Class #11 – Chapter #7 Solutions – Q #10
Chapter #7 – Functions Chapter #7 – Lab Exercises #3 Write a program that has a user defined function to accept the coefficients of a quadratic equation in variables and calculates its determinant. For example : if the coefficients are stored in the variables a,b,c then calculate determinant as b2-4ac. Write the appropriate condition to […]