Computer Science - Informatics Practices Class XI/XII Python List Solved Test Part 3

 

Computer Science - Informatics Practices Class XI/XII Python List Solved Test  Part 3

 Q1. Write the output of the following

      

Q2. Fill the index value in place of ‘?’ as output should come as below:

             

                 

                                

Q3. Write the output of the following three parts:

           

     

                

               

    

SOLUTIONS

Ans1.

1

2

3

4

5

Ans 2

0

1

6

2

1

Ans 3 a)

p

r

a

c

t

i

c

e

Ans 3 b)

practice

Ans 3 c)

p?r?a?c?t?i?c?e?

 

No comments:

Post a Comment

Most Recently Published

File Handling Test 6

 File Handling Test 6 Q1 . Do we need to use the close() function when we use 'with' statement to open a file? Q2. Which mode you wi...

CS - IP Assignment/Worksheet