Class 11 Free Python Dictionary Assignments

Class 11 Python Dictionary Assignments CHAPTER: PYTHON DICTIONARY ASSIGNMENT SET – 1 Time: 30 min                                                                                   M.M. – 20 Instructions: All Questions are compulsory Q1 to Q6 carry 1 mark Q7 to Q10 carry 2 marks Q11 to Q12 carry 3 marks Q1. Keys must be ______ in dictionary.(mutable/immutable) Q2. Write a built in function which … Read more

Class 12 Computer Science Important Concept of Module Random in Python

Random in Python : When ever there is a situation where we need to generate random numbers in coding of python, then python allow us to generate random numbers by using module RANDOM in Python. Following are the situations where we need to generate random numbers in Python To generate the scratch card of online … Read more

Free Class 11 Python List Questions for Practice

Python List Questions for Practice CHAPTER: LIST IN PYTHON Python List Questions ASSIGNMENT SET – 1 Time: 30 min                                                                                   M.M. – 20 Q1. What do you mean by List in Python?                                            [1] Q2. Write the output of the following code:                                         [1]         >>> A = [ ]         >>> A         >>> print(A) Q3. What … Read more

90+ List in Python Important Practice Questions

Table of Content: Practice Questions of List in Python – Test 1 Practice Questions of List in Python – Test 2 Practice Questions of List in Python – Test 3 Practice Questions of List in Python – Test 4 Practice Questions of List in Python – Test 5 Practice Questions of List in Python – … Read more

70+ Important (Solved) Python Output based Questions class 11

Table of Contents Python Output based Questions-Test 1 Python Output based Questions-Test 2 Python Output based Questions-Test 3 Python Output based Questions-Test 4 Python Output based Questions-Test 5 Python Output based Questions-Test 6 Python Output based Questions-Test 7 Python Output based Questions-Test 1 Q1. Write the output of the following code: [1]: for i in … Read more

Class 12 – How to handle Binary File in Python – Easy Handout

In this article you will be able to understand about handling Binary File in python in a very simplified language. Remember the important points and also practice the programs mentioned in the following Handout. So lets start Binary File in Python What is Binary File ? Binary Files are not in human readable format. It … Read more

10 Important Questions of Text File Handling in Python

Important Questions of File Handling in Python from previous years Sample Paper Q1. Write a function in Python that counts the number of “Me” or “My” (in smaller case also) words present in a text file “STORY.TXT”. If the “STORY.TXT” contents are as follows: My first book was Me and My Family. It gave me … Read more

error: Content is protected !!