CBSE Class 11 Python Dictionary Comprehensive Notes with Practice Questions

What is Python Dictionary? A python dictionary is a collection of elements where each element is a combination of Key-Value pair. Each value/values is associated with a unique key. All the Key-Value pairs are enclosed in Curly braces. In other words we can say that ” Dictionaries are mutable, unordered collection of elements in the … Read more

CBSE Class 11 Python Dictionary Methods Comprehensive Notes with Practice Questions

Python Dictionary Methods: There are many methods of dictionary in python. Let’s do some of the important function with example. len( ) : This function returns the length of Dictionary means, it returns the total number of Key-Value pairs present in the dictionary. for example: A = {1 : “One”, 2 : “Two”, 3 : … Read more

3+ CBSE Free Download Solved Assignments of Python Loops

Table of Content Assignment of Python Loops Set 1 Solution of Python Loops Set 1 Assignment of Python Loops Set 2 Solution of Python Loops Set 2 Assignment of Python Loops Set 3 Solution of Python Loops Set 3 Assignment of Python Loops Topic : Python Loops ASSIGNMENT SET – 1 Time: 30 min                                                                                   M.M. … Read more

Class 12 Computer Science Data Structure in Python Handout with important questions

Class 12 Computer Science Data Structure in Python Handout Table of Contents Data structure in Python What is Stack Operations on Stack Working with stack using list. Practice Questions – Part 1 Practical Implementation of stack using list What is Queue? Operations on Queue Queues in daily life Working with queue using list Practice Questions … Read more

Class 11 Important SQL Practice Questions

Table of Contents SQL Practice – Assignment 1 SQL Practice – Assignment 2 SQL Practice – Assignment 3 SQL Practice – Assignment 4 CHAPTER : SQL Practice Questions 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 … Read more

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

error: Content is protected !!