Function to get smallest number is
Answers
Answered by
0
Answer:
999999 this is bigast nimber
Answered by
1
min() is the function used to get the smallest number.
example :
x= min(5,10)
print(x)
Similar questions