String Manipulation in Python Questions and Answers Class 11-12

String Manipulation in Python Questions and Answers Class 11-12   Q.1 : Which  of  the  following returns a copy of  the string with its first character  capitalized ? a) string.upper() b) string.capitalize() c) capitalize() d) all  of these   Q.2:Which of the following  is not a python legal string operation ? a) ‘abc’ + ‘abc’ … Read more

Python Fundamentals Worksheet Class 11

Python Fundamentals Worksheet Class 11   Q.1: Which of the following is correct as an identifier? a) Int b) Surface area c) Omega d) 1volume   Q.2:Python is a …………………… language. a) Low level b) High level c) Machine d) Assembly   Q.3: “Hello”*2= a) “Hello2” b) “hellohello” c) “HelloHello” d) “Hello2Hello”   Q.4: Which of … Read more

Copywrite © 2020-2026, CBSE Python,
All Rights Reserved