Last active
January 18, 2020 00:31
-
-
Save markusrenepae/805f8dee7ebe4d710e4efedf6cd0a219 to your computer and use it in GitHub Desktop.
First code snippet for Medium article about Numpy
This file contains 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
time1 = time.perf_counter_ns() | |
#################################### | |
#################################### | |
#### #### | |
#### CODE BLOCK #### | |
#### #### | |
#################################### | |
#################################### | |
time2 = time.perf_counter_ns() | |
print = time2 - time1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment