Header Ads Widget

Responsive Advertisement

Hot Widget

recent/hot-posts

Ad Code

Responsive Advertisement

Recent posts

View all
HOW TO WATCH SOMEONE INSTAGRAM STORY WITHOUT KNOWING
Write a Python program to implement the statistics functions (mean, median, mode) using statistics module.
Write a Python program to implement the random function random, randint, randrange using random module.
Write a Python Program to implement python maths function/method ( sqrt, ceil,floor, pow, fabs, sin, cos, tan) using math module.
Write a Python Program to Create a dictionary with the roll number, name and marks of n students in a class and display the names of students who have marks above 75.
Write a Python Program to perform linear search on a tuple of numbers.
Write a Python Program to Input a list of numbers and test if a number is equal to the sum of the cubes of its digits. Find the smallest and largest such number from the given list of numbers.
Write a Python Program to Input a list of elements, search for a given element in the list and frequency and position of search element.
Write a Python Program to Input a list of numbers and swap elements at the even location with the elements at the odd location.
Write a Python Program to find the largest/smallest number in a list and displaying the position of that number