min function returns the smallest : Min : Buildin Function PYTHON TUTORIALS


PYTHON TUTORIALS » Buildin Function » Min »

 

min function returns the smallest


str2 = 'lmn'
str3 = 'xyz'
print min(str3)
print min('ab12cd')
print min('AB12CD')
print min('ABabCDcd')



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON TUTORIALS

 Navioo Buildin Function
» Min