Posts

Showing posts from January, 2026

Python Unit-1 Lab Programs

 Python Unit-1 Lab Programs Program 1: Aim:  Write a python program to find the largest element among three Numbers Program: a=int(input("Enter a value :")) b=int(input("Enter b value :")) c=int(input("Enter c value :")) if((a>b)&(a>c)):     print("a is big",a) elif(b>c):     print("b is big",b) else:     print("c is big",c)   Program 2: Aim:  Write a python program for all prime numbers with in range. Program: min=int(input("Enter min number")) max=int(input("Enter max number")) for i in range(min,max):     count=0     for j in range(1,i+1):         if(i%j==0):             count+=1     if(count==2):         print(i)        ...

download google input tools

 Google Input tools Download google input tools for easy typing telugu letters for Telugu: https://bit.ly/4pLzjxU For other  https://bit.ly/49DDgi7