mirror of
https://asciireactor.com/otho/phy-4660.git
synced 2024-11-22 09:05:06 +00:00
47 lines
781 B
Plaintext
47 lines
781 B
Plaintext
{
|
|
"cells": [
|
|
{
|
|
"cell_type": "code",
|
|
"execution_count": 8,
|
|
"metadata": {
|
|
"collapsed": false
|
|
},
|
|
"outputs": [],
|
|
"source": [
|
|
"grid_array = []\n",
|
|
"\n",
|
|
"\n",
|
|
"grid_array_y = []\n",
|
|
"grid_array.append(grid_array_y)\n",
|
|
"\n",
|
|
"grid_array_y.append()\n",
|
|
"\n",
|
|
"\n",
|
|
"\n",
|
|
"while()"
|
|
]
|
|
}
|
|
],
|
|
"metadata": {
|
|
"kernelspec": {
|
|
"display_name": "Python 2",
|
|
"language": "python",
|
|
"name": "python2"
|
|
},
|
|
"language_info": {
|
|
"codemirror_mode": {
|
|
"name": "ipython",
|
|
"version": 2
|
|
},
|
|
"file_extension": ".py",
|
|
"mimetype": "text/x-python",
|
|
"name": "python",
|
|
"nbconvert_exporter": "python",
|
|
"pygments_lexer": "ipython2",
|
|
"version": "2.7.6"
|
|
}
|
|
},
|
|
"nbformat": 4,
|
|
"nbformat_minor": 2
|
|
}
|