Header Ads Widget

Responsive Advertisement
Showing posts from 2021Show 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
Write a Python Program to Input a string and determine whether it is a palindrome or not; convert the case of characters in a string.
Write a Python Program to Count and display the number of vowels, consonants, uppercase, lowercase characters in string.
Write a Python Program to Compute the greatest common divisor(GCD/HCF) and least common multiple (LCM) of two Integers.
Write a Python Program to print Fibonacci series up to the entered n positive number.
Write a python program to Input a number and check if the number is a prime or composite number.
Write a python program to determine whether a number is a perfect number, an Armstrong number or a palindrome.
Write a python program to input the value of x and n and print the sum of the following series:
Write a python program to input two integers x and n, compute x^n/x**n
Write a python program to Input three numbers and display the largest / smallest number.
Write a python program to Input two numbers and display the larger / smaller number.
 Write a python program to Input a welcome message and display it.