120+ Best MCQ on Python String Class 11 with Answers
MCQ on Python String Class 11 Q1. Following is an example of ___________________ sv = “csiplearninghub.com” a. List b. String c. Dictionary d. None of the above Q2. Python considered the character enclosed in triple quotes as String.(T/F) a. True b. False Q3. Write the output of the following. a = “Blog” a =’a’ print(a) … Read more