Short but interesting description
You may want to put some more text here, maybe elaborate on the description. If you want to center your project name, description, and badges, check out this gist. Check out this full article.
Short but interesting description
You may want to put some more text here, maybe elaborate on the description. If you want to center your project name, description, and badges, check out this gist. Check out this full article.
import numpy as np | |
arr = np.zeros((3,3)) | |
arr[1][0] = 5 | |
for row_index in range(len(arr)): | |
for col_index in range(len(arr[row_index])): | |
print(row_index, col_index, " : ", arr[row_index][col_index]) |
// Place your key bindings in this file to override the defaults | |
[ | |
// .. | |
// all your other keybindings | |
// ... | |
// for sonic pi | |
{ | |
"key": "ctrl+alt+s", |
### Keybase proof | |
I hereby claim: | |
* I am ninest on github. | |
* I am kabrapa (https://keybase.io/kabrapa) on keybase. | |
* I have a public key whose fingerprint is E1A8 699C 0A1A 0550 1EA8 95FD 1553 FD7F 6F61 81EC | |
To claim this, I am signing this object: |