Computer Science, asked by dhruvin6316, 6 months ago

d) = MIN(30,45,25,12) *​

Answers

Answered by gaganadithyareddy9
0

Answer:

This is in python...

min function represents the smallest value from the tuple or lists.. So here the variable 'd' stores the minimum value from the tuple i.e. 12

Similar questions