Write python code to find out the biggest and smallest three items from the given Series.
1. Write python code to find out the biggest and smallest three items from the given Series. The series Area
Read moreAll Tech at one spot
1. Write python code to find out the biggest and smallest three items from the given Series. The series Area
Read more* How to Create a Database.
Read more20. Write a Python program to check whether a number is even or odd. Solution :- Static :- a =25if
Read more19.Write a Python program to check whether a number is negative, positive or zero. Solution :- Static :- a =
Read more18.Write a Python program to input any character and check whether it is alphabet, digit or special character. Solution :-
Read more17.Write a Python program to find LCM and HCF of 2 numbers. Solution :- # HCFa = int(input(“Enter the First
Read more16.Write a Python program to print factorial of a given number. Solution :- Static :- num = 5fact = 1if
Read more15.Write a Python program to check whether the triangle is equilateral, isosceles or scalene triangle. Solution :- Static:- side1 =
Read more14.Write a Python program to Check whether the given number is Prime or Not from n number. Solution :- Static
Read more13. Write a Python program to Check whether the given number is Palindrome or Not from n number . Solution
Read more