Python Important Questions Class 11 and 12 | Important questions of computer science for class 12

preview_player
Показать описание
Python Important Questions Class 11 and 12 | Important questions of computer science for class 12
In this video, you will understand some important concepts of python...

Join this channel to get access to perks:

Click on this link to visit the online store to buy the customised products.

random module

Mathematical and String Functions

Using Python Libraries:

Data Structures: Stack and Queue

File Handling:

Recursion

Idea of Algorithmic Efficiency

Interface Python with MYSQL:

MYSQL

Computer Networks:

Programming Corner:

Output Based Questions:

Boolean Algebra

Basics of Python

Flow of Control

String Manipulation

List Manipulation

Dictionaries

Sorting
Рекомендации по теме
Комментарии
Автор

I dedicate a song to u mam.ap ka lecture na sunu to dil ko chain nahi ata hai.dekh kar or Sun kar ap ka lecture mera sare doubt bhag jate hai.

Deepak-quuq
Автор

Thankyou soo much mam. Yes mam with this video, all the concepts are now crystal clear

harisudeshna
Автор

It was a helpful session
Thank you mam😊😊

aditisharma
Автор

When i watch any video in this channel, i found new concept in that video 👍

Thank u maam ❤️🙏

mithukanrar
Автор

👍
Mam I also turn my channel into short python code video

Shubhamunsolved
Автор

Ma'am why we are executing else clause also after getting 50?

simarbatra
Автор

var=10
for i in range(10):
for j in range(2, 10, 1):
if var %2==0:
continue
var+=1
var+=1
else:
var+=1
print(var)

Mam this is the question.

aditisharma