Cite This Page
Bibliographic details for Functions in Python
- Page name: Functions in Python
- Author: Computer Science Wiki contributors
- Publisher: Computer Science Wiki, .
- Date of last revision: 11 April 2016 06:31 UTC
- Date retrieved: 18 February 2025 22:07 UTC
- Permanent URL: https://computersciencewiki.org/index.php?title=Functions_in_Python&oldid=1765
- Page Version ID: 1765
Citation styles for Functions in Python
APA style
Functions in Python. (2016, April 11). Computer Science Wiki, . Retrieved 22:07, February 18, 2025 from https://computersciencewiki.org/index.php?title=Functions_in_Python&oldid=1765.
MLA style
"Functions in Python." Computer Science Wiki, . 11 Apr 2016, 06:31 UTC. 18 Feb 2025, 22:07 <https://computersciencewiki.org/index.php?title=Functions_in_Python&oldid=1765>.
MHRA style
Computer Science Wiki contributors, 'Functions in Python', Computer Science Wiki, , 11 April 2016, 06:31 UTC, <https://computersciencewiki.org/index.php?title=Functions_in_Python&oldid=1765> [accessed 18 February 2025]
Chicago style
Computer Science Wiki contributors, "Functions in Python," Computer Science Wiki, , https://computersciencewiki.org/index.php?title=Functions_in_Python&oldid=1765 (accessed February 18, 2025).
CBE/CSE style
Computer Science Wiki contributors. Functions in Python [Internet]. Computer Science Wiki, ; 2016 Apr 11, 06:31 UTC [cited 2025 Feb 18]. Available from: https://computersciencewiki.org/index.php?title=Functions_in_Python&oldid=1765.
Bluebook style
Functions in Python, https://computersciencewiki.org/index.php?title=Functions_in_Python&oldid=1765 (last visited February 18, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Computer Science Wiki", title = "Functions in Python --- Computer Science Wiki{,} ", year = "2016", url = "https://computersciencewiki.org/index.php?title=Functions_in_Python&oldid=1765", note = "[Online; accessed 18-February-2025]" }
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 = "Computer Science Wiki", title = "Functions in Python --- Computer Science Wiki{,} ", year = "2016", url = "\url{https://computersciencewiki.org/index.php?title=Functions_in_Python&oldid=1765}", note = "[Online; accessed 18-February-2025]" }