Difference between revisions of "My Length Assignment"
Jump to navigation
Jump to search
(Created page with "=Code to Implement= {{SMLToImplement|my_length|my_length|warmup_my_length}} ==my_length== Write a function <code>my_length</code> which evaluates to the length of the given...") |
|||
Line 5: | Line 5: | ||
==my_length== | ==my_length== | ||
Write a function <code>my_length</code> which evaluates to the length of the given <code>values</code> list. | Write a function <code>my_length</code> which evaluates to the length of the given <code>values</code> list. | ||
+ | |||
+ | =Test= | ||
+ | {{SMLUnitTest|my_length|warmup_my_length}} |