MCQs on String and function for class 11
MCQs on String and function for class 11 STRING AND BUILT IN FUNCTION Q.1 What is the output of the following code ? example = “snow world” example[3] = ‘s’ print (example) (a) snow (b) snow world (c) Error ✓ (d) snos world Consider the string str=”Green Revolution” choose the correct statements in … Read more