Open navigation menu
Close suggestions
Search
Search
en
Change Language
Upload
Sign in
Sign in
Download free for days
0 ratings
0% found this document useful (0 votes)
5 views
MCQs (Ch - 6 - Python Programming)
tyd6ude8
Uploaded by
Himanshu Mohanta
Copyright
© © All Rights Reserved
Available Formats
Download as PDF or read online on Scribd
Download now
Download
Save MCQs (Ch - 6 - Python Programming) For Later
Download
Save
Save MCQs (Ch - 6 - Python Programming) For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
0 ratings
0% found this document useful (0 votes)
5 views
MCQs (Ch - 6 - Python Programming)
tyd6ude8
Uploaded by
Himanshu Mohanta
Copyright
© © All Rights Reserved
Available Formats
Download as PDF or read online on Scribd
Download now
Download
Save MCQs (Ch - 6 - Python Programming) For Later
Carousel Previous
Carousel Next
Save
Save MCQs (Ch - 6 - Python Programming) For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
Download now
Download
You are on page 1
/ 6
Search
Fullscreen
pyTHON PROGRAMMING. + upper()— converts all lowercase characters in a string to uppercase. Syntax: string upper() + tile) -returns a copy of the string in ttle case. Syntax: string title), + Istrip()— returns a string with all the leading whitespaces(default) removed. Can also be used to remove any other leading character. Syntax: string Istrip((chars}) + sstripQ ~ returns a string with all the trailing whitespaces(default) removed. Can also be used to remove any other trailing character. Syntax: string rstrip((chars}) + strip - returns a string with all the leading and trailing whitespaces(default) removed. Can also be used to remove any other leading and trailing character. Syntax: string strip((chars}) + count()~returns the number of occurrences of a substring in the given string, counting from the start position till the end position if specified. Syntax: string.count(substr, start =0 , end-len(string)) + find() - returns the index ifa string occurs in the given string, counting from the start position til the end. position if specified. Ifno occurrence is found it returns -1. Syntax: string find(substr, start=0, end =len(tring)) + index() is same as find() except that it raises an error ifthe string isnot found. Syntax: string index(substr, start=0, end =len(string)) + partition) - searches for a string in the given string and returns a tuple containing three elements : 1. The part of the string before the string to be searched. 2. The search string, 3. Part of the string after the search string. Syntax: string partition(value) + endswith() determines if string or a substring endswith suffix; returns true, ifso and false otherwise ‘Syntax: string endswith(suffix, start, end) + startswith() determines if a string or a substring of string starts with substring; returns true, if so and false otherwise. Syntax: string startswith(str, beg-0, end=len(string)) + joind returns a string in which the element of sequence have been joined by string separator. Syntax: string join{iterable) STAND ALONE MCQs Gncn eet) .1. Python allows repetition ofa set of statements using construct. (A) Looping, (8) Decision (© Condition oom (©) Sequence Q.3.sensssnn i a null operation. Ans. Option (A) is correct. (A) break > (B) continue : also known as eee mee oot seaman is unknown as looping. (©) jump .2-By default, the range of values in for loop sta!5 Any. Option () a Frm ain every eration. Option (0) acamect (ay 0 @1 () 10 Ans. Option (B) is correct.Q.4.Inif statement, when does the indented statement get executed? (A) Condition is true (8) Condition is false (©) Does not depend on condition (D) None of these ‘Ans. Option (A) is correct. 2 Syntax of if: if
: statement 1 > statement 2 ‘Now if the
tests to be true the block of statements (statements 1) will be executed. (Q.5. Which of these statements allows exactly two set of statements as options? (A) if (O) ifelifelse Ans. Option (B) is correct. (8) itelse (D) allof these else: statement set 2 Her two sets of statements are available as options, Q.6. The else of a loop executes when (A) The loop doesn't execute even once. (B) The loop is exited due to break. (© The loop’s condition becomes false (D) There is no else statement used with loops. Ans. Option (C) is correct. ae | Q.7.n operator (A) Check whether a value is contained inside a sequence (8) Check whether a variable exists (©) Checks whether flow of control is within a loop. (©) Does all the three above. ‘Ans. Option (A) is correct. | Explanation :in'isa membership operator. — | Q.8. Output of range (15,2, -2) will be (A) 15,13,11,9,7,5,3,1 (B) 15,13,11,9,7,5,3, (©) 2.3,4,5,6.0015 — (D)errorbecause of -2 ‘Ans, Option (B) is correct. ‘Explanation : function values Esererec eran lh Q.14. The slice operator is represented by swasl CaS MCQS Question Bark Chopterate Term, ROMPUTER ‘SCIENEE) Class - x Q.9. Consider the following block of code Al = per > 85 ‘Az = per < 85 debe per > 75 BI = per <75 &be per > 65 B2 = per < 65 dee per > 55 C= per < 55 dee per > 40 D=per<40 will (A) Ge {B) Store the value of per in respective variables. (C) Store the conditions with name to be used later {D) None of these ‘Ans, Option (C) is correct. jlanation : In Python named conditions can | snerate an error bbe used to store some respetective or complex conditions. Q.10. In the statement if Al : print (‘Excellent’) (A) There is a syntax error (B) Alisa named condition (C) Al needs to be defined earlier (D) Both (B) & (C) ‘Ans. Option (D) is correct. Explanation : Alisa named condition which is defined before using. (Q. 11. Whats displayed when we print an empty string? (a) 0 By (©) Name of the string (D) Blank space Ans. Option (D) is correct. Explanation : an empty string contains null which is a non printable character So we get a blank screen. Q.12 Right index starts from (ayo 1 oa (D) None of these ‘Ans. Option (C) is correct. | Setanta St the forward direction and ~ 1, ~ 2... in the backward direction, 0.18. nn Operators used to replicate string, (A) + (B) - — (D)/ ‘Ans. Option (C) is correct | Explanation : Mt on and when ; replicates the a, ): (i (D) Ans. Option (B) is correct. Boyr prTHON PROGRAMMING Explanation : for stris i ae ea "| Q.15.Select two ways that can be used to extract a substring from a string. @ slice (i extended indexing (i) partition Q (iv) stip 0 (A) i&ii (B) ii Siti (0 iti&iv Dig ii ‘Ans. Option (A) is correct. peste indexing, Explanation : Two ways to slice a string are }
[nmstep] ® PSS) PN D1 Wre yO) ye emg eee) Directions : In the following questions a statement of Assertion (A) is followed by a statement of reason, (®). Mark the correct choice as : (A) Both Assertion (A) and reason (R) are true and reason (R) is the correct explanation of Assertion A (B) Both Assertion (A) and reason (R) are true but reason (R) is not the correct explanation of Assertion (A). (©) Assertion (A) is true but reason (R) is false. (D) Assertion (A) is false but réason (R) is true. Q.1. Assertion (A): a= 0 whilea <=5: print (a*a) if( break azatl else: print ("Hello") Inabove code “Hello is never printed. Reason (R) : The else clause of a python loop executes when the loop terminates normaly, not When the loop is terminating because of a break statement. ‘Ans. Option (A) is correct. Explanation : In the code, since the value of a is being incremented by 1 in every iteration, therefore while loop will terminate by break statement when the value of a will be 2, So ‘Hello’ will never be displayed. Q.2 Assertion (A) : In the above code statement 2 and statement 3 will only be executed when
in ‘if statement is false. Q. 16. The tuple that is returned by the partition() method contains (i) part of the string before the string to be searched (ii) the search string (ii) the sorted string (iv) part of the string after the search string iv (©) iii ‘Ans. Option (A) is correct. Explanation : The string partition () method! returns a tuple with three elements : 1, String before the search string, 2. Search string 3, String after the search string. Reason (R) : Statement 2 and statement 3 are parts, of else of if statement. ‘Ans. Option (C) is correct. Explanation : Reason for Assertion (A) is that the continue statement skips the rest of the ‘statements and causes the next iteration ‘of the loop to take place. Q.3.Assertion (A) : An if-else has less number of condition-check in comparison to two successive if statements, Reason (R) : The condition will be tested once in contrast to two comparisons of the same code implemented with two successive ifs. ‘Ans. Option (A) is correct. Explanation: When we use two ifs, two ‘conditions are specified and both of them will be tested but with if else only one a condition is specified and ifitis false else partis executed. Q.4,Assertion (A) : Indentation in python is very important when you are using a compound statement. Reason (R) : All statements in one block are indented at the same level. ‘Ans, Option (B) is correct. 2.5. Assertion (A) : If isa block statement whereas elif and else are not. Reason (R) ; Anested if isan if that has another if in ts ifs body or in eli’ body or in its else's body. ‘Ans. Option (D) is correct. aeand else all are block or compound statements, Q.6. Assertion (A) : Named conditions store output of some logical expressions, Reason (R) : Named conditions are used in ‘if statements to enhance readability and reusability of conditions. ‘Ans. Option (D) is correct. Explanation : Named conditions store logical’ | | Explanation : Assertion (A) is not true as if, elif | relational expressions and not their results, So Assertion (A) is false but Reason (R) is true. Q.7. Assertion (A) : “ABC” > “abc' will give true. Reason (R) : Internally Python compares strings using Unicode values. ‘Ans. Option (D) is correct. Explanation : “ABC: > "abc" will give false because unicode of ‘A’ (65) is less than unicode of a! (97). Q.8. Name = "ABHAY" print (Name [::~ 1)) Assertion (A) : Above code will print YAHBA. Reason (R) : String [ ‘Ans. Option (A) is correct. =I] will reverse a string, CASE-BASED MCQs ‘Attempt any four sub-parts from each question. Each sub-part carries 1 mark. I. Read the following text and answer the questions on the basis of the same : Python strings are characters enclosed in quotes of any type : single, double or triple. An empty string * isa string that has 0 characters. Python strings are immutable. Strings are sequence of characters, where each character has a unique position : id/ index. The indexes of a string begin from 0 to (length 1) in forward direction and ~ 1,~2, length in backward direction. Q.1.lerating through the elements of a string one character ata time is called (A) Looping (B) Iteration (©) Traversing (D) Searching ‘Ans. Option (C) is correct. Explanation ; A. string character by character. Q.24&*are (A) Arithmetic operators (B) Relational operators (©) String operators (D) Both (A) & (C) ‘Ans. Option (D) is correct. ee ee ae | concatenates the ™" When used with one string and a number produces replication ofthe string. COswasl CASE MICOS Gueston Bark Choptensie Term, COMPUTER SCIEN Cass— Explanation : String [m :m: step] is used to slice 4 fring, When we dont speciy stator stop default value of 0 & len(string) is taken. ~ 1 move reverse direction, Q.9. Assertion (A) : print (true’capitalizeQ) will print true, Reason (R) output ‘Ans, Option (C) is correct. Explanation : Assertion (A) is true but Reason (B) is not. Capitalize) function returns the copy of the string with first letter capital. Here the string is ‘true’ 60 output is True. Q.10. Assertion (A) : Python strings are stored in memory by strong individual characters in contiguous memory locations. Reason (R) : The index is the numbered position of a letter in the string ‘Ans. Option (B) is correct. Explanation : Both Assertion (A) and Reason (B) are true but Reason (R) is not reason of assertion (A). As string is an array of characters 50 its individual characters are stored in contiguous memory location. Capitalize () returns true/false as Q.3. Select the invalid statements (a) C=243 (A) of&h Oecat ‘Ans. Option (B) is correct. (D) allare valid Explanation : +" can be used either with both numbers or both strings. Similarly "can be used either with both numbers or with one string and one number. Both operands of "* can not be strings. Q.4.'a' <'A' will (A) give error (C) give false ‘Ans. Option (C) is correct. Explanation : When comparing two strings, the ‘unicode value of each is compared. is peter an hao upper ne eer (5 0 is ‘upper case to Sof ths statement will return false. Q.5. Consider the following code name = "ANUBHAV" print name [:3] + name [3:] (B) give true (D) not possible i || sant PYTHON PROGRAMMING What will be the output. (A) ANUBHAV (8) ANU (©) BHAVANU (D) ANUUBHAV ‘Ans. Option (A) is correct. Explanation : Name {: 3] will slice the string from beginning till the character at index 3 (exclude) it will give ANU. name [3 : will start from character at index 3 till the end of string will give BHAV, '+' operator will concatenate the results and output will be ANUBHAV IL Read the following text and answer the questions on the basis of the same : ‘The selection construct means the execution of statement(s) depending upon a condition-test. If a condition evaluate to true, a course-of-action (a set of statements) is followed otherwise another course of action is followed. This construct is also called decision construct. Qf statementisa (A) Simple statement (8) Empty statement (©) Compound statement (D) Iterative statement ‘Ans. Option (C) is correct. Explanation : A compound statement rep: sc erany Q.2 Toimplement selection construct in python, we use (A) if then else (8) ifstatement © while (©) for ‘Ans. Option (B) is correct. Explanation : tional statements | Q3.Thecodeif a>5: print (‘Hello’) ifa<5: print (‘Sorry’) Can also be re-written in a better way as (Ayif ads print (Hello’) ifa
s print (Hello”) ele ifac5: print (Sorry") a>s: print (Hello”) else: print Sorry") (D) This code can not be written in any other way (8) if (© if ‘Ans. Option (C) is correct. Explanation : Writing the code using else instead of two if statements involves. less condition testing and hence is faster. Q.4. Rectify the following code if@a=5) yrat6 clseifa=7 y=ato else (A) if @=5) yrat6 else ifa = 7: y=ato else: it y=a+6 else ifa = =7 yeato else: y=10 Ans. Option (D) is correct. Q.5.Study the following code predict what it is used form X = int (input ("Enter first number") (input ("Enter second number.) (input (‘Enter Third number:")) min = mid = max = None. ifx
statement 1 if
+ break statement 2 statement 3 statement 4 statement 5 Choose the correct order of statement execution considering the
in ‘if of while statement to be true. (A) 1. while (B) 1. statement 4 2. statement 1 2. statement 5 3.if 4. break 5. statement 2 6. statement 3 7. statement 4 8. statement 5 (©) Lwhile (0) while 2. statement 1 2. statement 1 Bf if 4. break 4. break 5. statement 2 5. statement 4 6.statement3 = 6 statement 5 7. while | ‘Ans. Option (D) is correct.
You might also like
New Python Basics Assignment
PDF
0% (1)
New Python Basics Assignment
5 pages
CH 2 - Revision Tour 2 - Practice Material For Board Exam
PDF
100% (1)
CH 2 - Revision Tour 2 - Practice Material For Board Exam
31 pages
STRING-2
PDF
No ratings yet
STRING-2
2 pages
Cat 2 QN Bank
PDF
No ratings yet
Cat 2 QN Bank
35 pages
Introduction To Strings and Its Operations
PDF
No ratings yet
Introduction To Strings and Its Operations
89 pages
Introduction To Strings and Its Operations Final
PDF
No ratings yet
Introduction To Strings and Its Operations Final
89 pages
CH 10,11,12 AND 13 PRACTICE QUESTIONS
PDF
No ratings yet
CH 10,11,12 AND 13 PRACTICE QUESTIONS
30 pages
Worksheet - Strings in Python
PDF
No ratings yet
Worksheet - Strings in Python
7 pages
Ch 2- Revision Tour 2 Practice Material for Board Exam_updated
PDF
No ratings yet
Ch 2- Revision Tour 2 Practice Material for Board Exam_updated
32 pages
Strings Assignment Xi 2023
PDF
No ratings yet
Strings Assignment Xi 2023
4 pages
Unit-IV Strings MCQ
PDF
No ratings yet
Unit-IV Strings MCQ
32 pages
String Manipulation C.W Notes
PDF
No ratings yet
String Manipulation C.W Notes
31 pages
Python - Unit - IV - QB With Key
PDF
No ratings yet
Python - Unit - IV - QB With Key
17 pages
Worksheet class 11 string
PDF
No ratings yet
Worksheet class 11 string
8 pages
MODULE 6 PYTHON STRINGS
PDF
No ratings yet
MODULE 6 PYTHON STRINGS
10 pages
Rev 2 - q With Ans__ Flow Control String List Tuple 22.08.24
PDF
No ratings yet
Rev 2 - q With Ans__ Flow Control String List Tuple 22.08.24
10 pages
Python-strings
PDF
No ratings yet
Python-strings
28 pages
UNIT III QB
PDF
No ratings yet
UNIT III QB
11 pages
Xii Cs Question Bank All Units
PDF
No ratings yet
Xii Cs Question Bank All Units
112 pages
Strings
PDF
No ratings yet
Strings
19 pages
Revision Assignment computer science
PDF
No ratings yet
Revision Assignment computer science
5 pages
Zzpythonexamples
PDF
No ratings yet
Zzpythonexamples
259 pages
NCERT Solutions Class 11 Computer Science Strings
PDF
No ratings yet
NCERT Solutions Class 11 Computer Science Strings
18 pages
MCQ-Strings - GR 10
PDF
No ratings yet
MCQ-Strings - GR 10
9 pages
Chapter 2
PDF
No ratings yet
Chapter 2
14 pages
G11 CS WS 20 OCT 2023 (1)
PDF
No ratings yet
G11 CS WS 20 OCT 2023 (1)
3 pages
Question bank _all sequences
PDF
No ratings yet
Question bank _all sequences
81 pages
XI CH-4, String (Assign)
PDF
No ratings yet
XI CH-4, String (Assign)
5 pages
x th strings worksheets with answers
PDF
No ratings yet
x th strings worksheets with answers
4 pages
List Manipulation Class 11 Cs
PDF
No ratings yet
List Manipulation Class 11 Cs
34 pages
DOC-20250209-WA0003.
PDF
No ratings yet
DOC-20250209-WA0003.
30 pages
Multiple Choice Question Bank (MCQ) Term - I
PDF
No ratings yet
Multiple Choice Question Bank (MCQ) Term - I
86 pages
Python Programming
PDF
No ratings yet
Python Programming
601 pages
m1 (Autosaved)
PDF
No ratings yet
m1 (Autosaved)
24 pages
Abu Hamour Branch, Doha - Qatar: M.E.S Indian School (Mesis)
PDF
No ratings yet
Abu Hamour Branch, Doha - Qatar: M.E.S Indian School (Mesis)
24 pages
python-notes-class-xi-cs-083_removed (1) (1)
PDF
No ratings yet
python-notes-class-xi-cs-083_removed (1) (1)
25 pages
10 ಫೆಬ್ರವರಿ 2024ರ ದೈನಂದಿನ ಪ್ರಚಲಿತ ವಿದ್ಯಮಾನಗಳು
PDF
No ratings yet
10 ಫೆಬ್ರವರಿ 2024ರ ದೈನಂದಿನ ಪ್ರಚಲಿತ ವಿದ್ಯಮಾನಗಳು
22 pages
XIComp.Sc.S.E.241
PDF
No ratings yet
XIComp.Sc.S.E.241
3 pages
string manupulation exam question
PDF
No ratings yet
string manupulation exam question
42 pages
6 String
PDF
No ratings yet
6 String
11 pages
Python Day- 3
PDF
No ratings yet
Python Day- 3
10 pages
Python UNIT 2
PDF
No ratings yet
Python UNIT 2
53 pages
Class11_1
PDF
No ratings yet
Class11_1
9 pages
Chapter 10 String Manipulation
PDF
No ratings yet
Chapter 10 String Manipulation
58 pages
Wa0019.
PDF
No ratings yet
Wa0019.
17 pages
Python Programming. Exam Pattern Objective
PDF
No ratings yet
Python Programming. Exam Pattern Objective
10 pages
Unit 3-v2
PDF
No ratings yet
Unit 3-v2
27 pages
General Python
PDF
No ratings yet
General Python
6 pages
String Data Type - Unit-3
PDF
No ratings yet
String Data Type - Unit-3
25 pages
Strings in Python Class 11 Notes
PDF
No ratings yet
Strings in Python Class 11 Notes
14 pages
String Datatype in Python
PDF
No ratings yet
String Datatype in Python
7 pages
String in Python
PDF
No ratings yet
String in Python
7 pages
Python Final 100 MCQ
PDF
No ratings yet
Python Final 100 MCQ
15 pages
Ch-6 Notes and Questions
PDF
No ratings yet
Ch-6 Notes and Questions
27 pages
Worksheet Exercise On Strings
PDF
No ratings yet
Worksheet Exercise On Strings
5 pages
150+ Python Interview Questions
PDF
No ratings yet
150+ Python Interview Questions
81 pages
String
PDF
No ratings yet
String
4 pages
Unit-2 Sem-V Python-I
PDF
No ratings yet
Unit-2 Sem-V Python-I
87 pages
Related titles
Click to expand Related Titles
Carousel Previous
Carousel Next
New Python Basics Assignment
PDF
New Python Basics Assignment
CH 2 - Revision Tour 2 - Practice Material For Board Exam
PDF
CH 2 - Revision Tour 2 - Practice Material For Board Exam
STRING-2
PDF
STRING-2
Cat 2 QN Bank
PDF
Cat 2 QN Bank
Introduction To Strings and Its Operations
PDF
Introduction To Strings and Its Operations
Introduction To Strings and Its Operations Final
PDF
Introduction To Strings and Its Operations Final
CH 10,11,12 AND 13 PRACTICE QUESTIONS
PDF
CH 10,11,12 AND 13 PRACTICE QUESTIONS
Worksheet - Strings in Python
PDF
Worksheet - Strings in Python
Ch 2- Revision Tour 2 Practice Material for Board Exam_updated
PDF
Ch 2- Revision Tour 2 Practice Material for Board Exam_updated
Strings Assignment Xi 2023
PDF
Strings Assignment Xi 2023
Unit-IV Strings MCQ
PDF
Unit-IV Strings MCQ
String Manipulation C.W Notes
PDF
String Manipulation C.W Notes
Python - Unit - IV - QB With Key
PDF
Python - Unit - IV - QB With Key
Worksheet class 11 string
PDF
Worksheet class 11 string
MODULE 6 PYTHON STRINGS
PDF
MODULE 6 PYTHON STRINGS
Rev 2 - q With Ans__ Flow Control String List Tuple 22.08.24
PDF
Rev 2 - q With Ans__ Flow Control String List Tuple 22.08.24
Python-strings
PDF
Python-strings
UNIT III QB
PDF
UNIT III QB
Xii Cs Question Bank All Units
PDF
Xii Cs Question Bank All Units
Strings
PDF
Strings
Revision Assignment computer science
PDF
Revision Assignment computer science
Zzpythonexamples
PDF
Zzpythonexamples
NCERT Solutions Class 11 Computer Science Strings
PDF
NCERT Solutions Class 11 Computer Science Strings
MCQ-Strings - GR 10
PDF
MCQ-Strings - GR 10
Chapter 2
PDF
Chapter 2
G11 CS WS 20 OCT 2023 (1)
PDF
G11 CS WS 20 OCT 2023 (1)
Question bank _all sequences
PDF
Question bank _all sequences
XI CH-4, String (Assign)
PDF
XI CH-4, String (Assign)
x th strings worksheets with answers
PDF
x th strings worksheets with answers
List Manipulation Class 11 Cs
PDF
List Manipulation Class 11 Cs
DOC-20250209-WA0003.
PDF
DOC-20250209-WA0003.
Multiple Choice Question Bank (MCQ) Term - I
PDF
Multiple Choice Question Bank (MCQ) Term - I
Python Programming
PDF
Python Programming
m1 (Autosaved)
PDF
m1 (Autosaved)
Abu Hamour Branch, Doha - Qatar: M.E.S Indian School (Mesis)
PDF
Abu Hamour Branch, Doha - Qatar: M.E.S Indian School (Mesis)
python-notes-class-xi-cs-083_removed (1) (1)
PDF
python-notes-class-xi-cs-083_removed (1) (1)
10 ಫೆಬ್ರವರಿ 2024ರ ದೈನಂದಿನ ಪ್ರಚಲಿತ ವಿದ್ಯಮಾನಗಳು
PDF
10 ಫೆಬ್ರವರಿ 2024ರ ದೈನಂದಿನ ಪ್ರಚಲಿತ ವಿದ್ಯಮಾನಗಳು
XIComp.Sc.S.E.241
PDF
XIComp.Sc.S.E.241
string manupulation exam question
PDF
string manupulation exam question
6 String
PDF
6 String
Python Day- 3
PDF
Python Day- 3
Python UNIT 2
PDF
Python UNIT 2
Class11_1
PDF
Class11_1
Chapter 10 String Manipulation
PDF
Chapter 10 String Manipulation
Wa0019.
PDF
Wa0019.
Python Programming. Exam Pattern Objective
PDF
Python Programming. Exam Pattern Objective
Unit 3-v2
PDF
Unit 3-v2
General Python
PDF
General Python
String Data Type - Unit-3
PDF
String Data Type - Unit-3
Strings in Python Class 11 Notes
PDF
Strings in Python Class 11 Notes
String Datatype in Python
PDF
String Datatype in Python
String in Python
PDF
String in Python
Python Final 100 MCQ
PDF
Python Final 100 MCQ
Ch-6 Notes and Questions
PDF
Ch-6 Notes and Questions
Worksheet Exercise On Strings
PDF
Worksheet Exercise On Strings
150+ Python Interview Questions
PDF
150+ Python Interview Questions
String
PDF
String
Unit-2 Sem-V Python-I
PDF
Unit-2 Sem-V Python-I