Created
September 9, 2022 16:01
-
-
Save SubhadityaMukherjee/a4711fa77debeb5de789180224df9a86 to your computer and use it in GitHub Desktop.
latex_report_parts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\begin{lstlisting}[language=Python] | |
import numpy as np | |
print(np.random.rand(10)) | |
\end{lstlisting} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment