Programming Examples

Python program to find the smallest digit of a given number


Write a python program to accept a integer number form user and find the smallest digit of number.

Sample:

Input : 12341

Output : Smallest Digit is : 1

Solution

num=int(input("Enter any Number : "))
min=9
while num>0:
    digit=num%10
    if min>digit:
        min=digit
    num=num//10
print("Smallest Digit is : ",min)
Output

Enter any Number : 2315

Smallest Digit is :  1


CCC Online Test Python Programming Tutorials Best Computer Training Institute in Prayagraj (Allahabad) Online Exam Quiz O Level NIELIT Study material and Quiz Bank SSC Railway TET UPTET Question Bank career counselling in allahabad Best Website and Software Company in Allahabad Website development Company in Allahabad