Skip to content

Commit a5351cf

Browse files
authored
Merge pull request UofT-DSI#307 from UofT-DSI/update
Upload live code
2 parents 42e62ec + d6eb3b8 commit a5351cf

2 files changed

Lines changed: 1666018 additions & 1 deletion

File tree

04_this_cohort/live-code/11_27_2025.ipynb

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1864,10 +1864,41 @@
18641864
},
18651865
{
18661866
"cell_type": "code",
1867-
"execution_count": null,
1867+
"execution_count": 123,
18681868
"id": "00365352",
18691869
"metadata": {},
18701870
"outputs": [],
1871+
"source": [
1872+
"combo[0], combo[1] = 'veggie burger', 'apple slices'"
1873+
]
1874+
},
1875+
{
1876+
"cell_type": "code",
1877+
"execution_count": 124,
1878+
"id": "424975c0",
1879+
"metadata": {},
1880+
"outputs": [
1881+
{
1882+
"data": {
1883+
"text/plain": [
1884+
"['veggie burger', 'apple slices', 'drink']"
1885+
]
1886+
},
1887+
"execution_count": 124,
1888+
"metadata": {},
1889+
"output_type": "execute_result"
1890+
}
1891+
],
1892+
"source": [
1893+
"combo"
1894+
]
1895+
},
1896+
{
1897+
"cell_type": "code",
1898+
"execution_count": null,
1899+
"id": "79647a1c",
1900+
"metadata": {},
1901+
"outputs": [],
18711902
"source": []
18721903
}
18731904
],

0 commit comments

Comments
 (0)