Programming Examples

Python program to find the largest number from the list of the numbers entered through keyboard


WAP to find the largest number from the list of the numbers entered through keyboard.

Solution

n=int(input("Enter the Limit less than 99999999999"))
small=99999999999
for i in range(1,n+1):
    print("Enter ",i,end='')
    a=int(input("th number : "))
    if a<small:
        small=a
print("Smallest no is : ",small)
Output


Online Exam Quiz for One day Exam Online Typing Test CCC Online Test 2026 Best Computer Training Institute in Prayagraj (Allahabad) Best Java Training Institute in Prayagraj (Allahabad) Best Python Training Institute in Prayagraj (Allahabad) O Level Online Test in Hindi Best Website and Software Company in Allahabad