Post History
Python 3, 29 bytes import numpy numpy.linalg.det Yeah, this is really boring, but I'm curious if this can be beat in Python. Try it online!
Answer
#2: Post edited
- # [Python 3], 29 bytes
- <!-- language-all: lang-python -->
- import numpy
- numpy.linalg.det
- Yeah, this is really boring, but I'm curious if this can be beat in Python.
- [Try it online!][TIO-ksuuvrh8]
- [Python 3]: https://docs.python.org/3/
[TIO-ksuuvrh8]: https://tio.run/##K6gsycjPM/7/PzO3IL@oRCGvNLegkgtM6uVk5iXmpOulpJb8T1OwVUBwubgKijLzSjTSNKKjDfVMdYxidaJ1jXVM9ExjYzU1/wMA "Python 3 – Try It Online"
- # [Python 3], 29 bytes
- <!-- language-all: lang-python -->
- import numpy
- numpy.linalg.det
- Yeah, this is really boring, but I'm curious if this can be beat in Python.
- [Try it online!][TIO-ksuuvrh8]
- [Python 3]: https://docs.python.org/3/
- [TIO-ksuuvrh8]: https://tio.run/##K6gsycjPM/7/PzO3IL@oRCGvNLegkgtM6uVk5iXmpOulpJb8T1OwVUAX5OIqKMrMK9FI04iONtQz1TGK1YnWNdYx0TONjdXU/A8A "Python 3 – Try It Online"
#1: Initial revision
# [Python 3], 29 bytes <!-- language-all: lang-python --> import numpy numpy.linalg.det Yeah, this is really boring, but I'm curious if this can be beat in Python. [Try it online!][TIO-ksuuvrh8] [Python 3]: https://docs.python.org/3/ [TIO-ksuuvrh8]: https://tio.run/##K6gsycjPM/7/PzO3IL@oRCGvNLegkgtM6uVk5iXmpOulpJb8T1OwVUBwubgKijLzSjTSNKKjDfVMdYxidaJ1jXVM9ExjYzU1/wMA "Python 3 – Try It Online"