Coding Challenge #9: Minimum in an Array (Min Chars #2) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 7

Coding Challenge #9: Minimum in an Array (Min Chars #2)

This challenge is for Python users. The aim is to create a FUNCTION named "mini" which RETURNS the minimum value present in an array which is passed as an argument. MAXIMUM NUMBER OF CHARACTERS POSSIBLE IS 10. (Includes function name - 4 chars, so 6 left) The challenge is meant to be a way to help new users with basic concepts of the language.

17th Jul 2017, 10:01 AM
Pixie
Pixie - avatar
4 Answers
+ 5
@Baptiste Exactly what I intended 👌
17th Jul 2017, 10:36 AM
Pixie
Pixie - avatar
+ 2
I know it's a usual solution but I had to post https://code.sololearn.com/ctr7l9648sFR/?ref=app
19th Jul 2017, 10:21 PM
Harsh Prakash Agarwal
Harsh Prakash Agarwal - avatar
+ 1
@Pixie, thanks :) I edited the C++ Solution
17th Jul 2017, 10:41 AM
Baptiste E. Prunier
Baptiste E. Prunier - avatar