Cite This Page
Bibliographic details for Python List comprehensions
- Page name: Python List comprehensions
- Author: WikiOD contributors
- Publisher: WikiOD, .
- Date of last revision: 13 June 2021 05:24 UTC
- Date retrieved: 1 July 2022 19:20 UTC
- Permanent URL: https://www.wikiod.com/wiki/index.php?title=Python_List_comprehensions&oldid=22888
- Page Version ID: 22888
Citation styles for Python List comprehensions
APA style
Python List comprehensions. (2021, June 13). WikiOD, . Retrieved 19:20, July 1, 2022 from https://www.wikiod.com/wiki/index.php?title=Python_List_comprehensions&oldid=22888.
MLA style
"Python List comprehensions." WikiOD, . 13 Jun 2021, 05:24 UTC. 1 Jul 2022, 19:20 <https://www.wikiod.com/wiki/index.php?title=Python_List_comprehensions&oldid=22888>.
MHRA style
WikiOD contributors, 'Python List comprehensions', WikiOD, , 13 June 2021, 05:24 UTC, <https://www.wikiod.com/wiki/index.php?title=Python_List_comprehensions&oldid=22888> [accessed 1 July 2022]
Chicago style
WikiOD contributors, "Python List comprehensions," WikiOD, , https://www.wikiod.com/wiki/index.php?title=Python_List_comprehensions&oldid=22888 (accessed July 1, 2022).
CBE/CSE style
WikiOD contributors. Python List comprehensions [Internet]. WikiOD, ; 2021 Jun 13, 05:24 UTC [cited 2022 Jul 1]. Available from: https://www.wikiod.com/wiki/index.php?title=Python_List_comprehensions&oldid=22888.
Bluebook style
Python List comprehensions, https://www.wikiod.com/wiki/index.php?title=Python_List_comprehensions&oldid=22888 (last visited July 1, 2022).
BibTeX entry
@misc{ wiki:xxx, author = "WikiOD", title = "Python List comprehensions --- WikiOD{,} ", year = "2021", url = "https://www.wikiod.com/wiki/index.php?title=Python_List_comprehensions&oldid=22888", note = "[Online; accessed 1-July-2022]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "WikiOD", title = "Python List comprehensions --- WikiOD{,} ", year = "2021", url = "\url{https://www.wikiod.com/wiki/index.php?title=Python_List_comprehensions&oldid=22888}", note = "[Online; accessed 1-July-2022]" }