All Tech at one spot
Class 11th CBSE IP Computer
19.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 more12.Write a Python program to Check whether the given number is armstrong or Not from n Number. Solution :- Static
Read more11.Write a Python to find the sum of all even and Odd number from n Number. Solution :- Static :-
Read more