Random Function in Python MCQ Class 11-12
Random Function in Python MCQ Class 11-12 1. What does the following statement do? import random a) Imports the random module b) Imports a random module from a list of…
CS-IT-IP-AI and Data Science Notes, QNA for Class 9 to 12
CBSE Sample Papers Class 11
Random Function in Python MCQ Class 11-12 1. What does the following statement do? import random a) Imports the random module b) Imports a random module from a list of…
Input a list of numbers and swap elements at the even location with the elements at the odd location Python Program # Program to input number list and swapping odd…
Input a list/tuple of elements and search for a given element in the list/tuple Python Program # Python Program to input a list of 5 elements and search element in…
Input three numbers and display the largest/smallest number Python Program # Python Program to input 3 numbers and display the largest number #input first,Second and third number num1=int(input("Enter First Number"))…
Input two numbers and display the larger/smaller number Python Program # Python Program to input 2 numbers and display larger number #input first number num1=int(input("Enter First Number")) #input Second number…
Input a list of numbers and find the smallest and largest number from the list Python Program #create empty list mylist = number = int(input('How many elements to put in…
Class 11 Informatics Practices Term 2 Sample Paper Set-1 Subject: Informatics Practices Subject Code: 065 Class 11 Maximum Marks: 35/Time: 2 hours General Instructions The question paper is divided into…
Find the smallest/largest number in a list/tuple # Program to Find the smallest number in a list There may be many approaches to find the smallest number in a list.…
Class 11 Computer Science Sample Paper Term 2 Set-1 Subject Code: 083 Max Marks – 35 /Time – 02 Hrs. General Instructions: ♦ Attempt all questions. The question paper is…
Practical List for Class 11 Computer Science (083) suggested by CBSE for Session 2024-25. Programming Language- Python Practical File for Class 11 Computer Science Here are the programs which are…