Difference between revisions of "Translations:FP Laboratory 5/1/en"

From Marek Běhálek Wiki
Jump to navigation Jump to search
(Importing a new version from external source)
 
(No difference)

Latest revision as of 08:03, 19 October 2021

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (FP Laboratory 5)
== List comprehension ==
Using the list comprehension implement following functions:
* Create a function that generates a list of all odd numbers in given interval.
Translation== List comprehension ==
Using the list comprehension implement following functions:
* Create a function that generates a list of all odd numbers in given interval.

List comprehension

Using the list comprehension implement following functions:

  • Create a function that generates a list of all odd numbers in given interval.