Menu Driven Program to show various logical operation on List
Menu Driven Program to show various logical operation on List def search(): L = M = N= n = int(input(“enter how many elements “)) for i in range(n): x =…
CS-IT-IP-AI and Data Science Notes, QNA for Class 9 to 12
CBSE Computer Science with Python class 12
Menu Driven Program to show various logical operation on List def search(): L = M = N= n = int(input(“enter how many elements “)) for i in range(n): x =…
Menu Driven Program to implement all user defined functions of a list in Python ch=’y’ L = while ch == ‘y’ or ch==’Y’: print(“1. append in list”) print(“2. Insert in…
Introduction to python Python may be a general-purpose interpreted, interactive, object-oriented, and high-level programming language . it had been created by Guido van Rossum during 1985- 1990. Like Perl, Python…
CBSE Class 11 Computer Science Python Sample Paper 2021 Annual Examination (2020-21) Class-11 Subject: Computer Science Time allowed: 3:00 hours/ Maximum Marks:70 All questions are compulsory. 1- Name any two…
CBSE class 12 computer science python Assessment Assessment-1 Class: XII Subject: Computer Science SECTION A 1- Identify the valid logical operator in Python:(1) a) and b) % 2- Identify the…