Spaces:
Sleeping
Sleeping
Commit
·
4c46020
1
Parent(s):
ffc3319
Fix typo
Browse files- demonstration.ipynb +0 -18
- examples.py +1 -1
demonstration.ipynb
CHANGED
|
@@ -136,24 +136,6 @@
|
|
| 136 |
" # return(program)\n",
|
| 137 |
" print(program.str())"
|
| 138 |
]
|
| 139 |
-
},
|
| 140 |
-
{
|
| 141 |
-
"cell_type": "code",
|
| 142 |
-
"execution_count": 1,
|
| 143 |
-
"metadata": {},
|
| 144 |
-
"outputs": [
|
| 145 |
-
{
|
| 146 |
-
"data": {
|
| 147 |
-
"text/plain": [
|
| 148 |
-
"\"<class 'int'>\""
|
| 149 |
-
]
|
| 150 |
-
},
|
| 151 |
-
"execution_count": 1,
|
| 152 |
-
"metadata": {},
|
| 153 |
-
"output_type": "execute_result"
|
| 154 |
-
}
|
| 155 |
-
],
|
| 156 |
-
"source": []
|
| 157 |
}
|
| 158 |
],
|
| 159 |
"metadata": {
|
|
|
|
| 136 |
" # return(program)\n",
|
| 137 |
" print(program.str())"
|
| 138 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 139 |
}
|
| 140 |
],
|
| 141 |
"metadata": {
|
examples.py
CHANGED
|
@@ -28,7 +28,7 @@ example_set = {
|
|
| 28 |
|
| 29 |
# advanced string examples
|
| 30 |
'concatenate_3': [(["a", "b", "c"], "abc"), (["d", "e", "f"], "def"), (["g", "h", "i"], "ghi")],
|
| 31 |
-
|
| 32 |
# custom user examples
|
| 33 |
}
|
| 34 |
|
|
|
|
| 28 |
|
| 29 |
# advanced string examples
|
| 30 |
'concatenate_3': [(["a", "b", "c"], "abc"), (["d", "e", "f"], "def"), (["g", "h", "i"], "ghi")],
|
| 31 |
+
|
| 32 |
# custom user examples
|
| 33 |
}
|
| 34 |
|