+ 1
Map and list function
Can anyone explain the use of map() and list() function with a code in python
3 Respostas
+ 2
Vivek Maurya ,
please give more a more clear task description. also you should do a try by yourself first and post it here.
+ 1
In what language????
+ 1
Vivek Maurya ,
If it's Python, this is the best page to start on to find the specs on anything, including map() and list().
https://docs.python.org/3/genindex.html
The specs usually contain a little bit of code. If you need more code, look also in the official tutorial for any topic.
https://docs.python.org/3/tutorial/index.html