Skip to content

Commit bb8d229

Browse files
committed
FIX exercise placeholder comments
1 parent 6ef7a93 commit bb8d229

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

code-exercises/01 - JAX AI Stack.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@
109109
"# print(f\"Original id(a): {original_a_id}\")\n",
110110
"\n",
111111
"# TODO: Perform an operation that reassigns 'a', e.g., a = a + 1\n",
112-
"# a_new_ref = None # Placeholder\n",
113-
"# new_a_id = id(a_new_ref)\n",
112+
"# a = None # Placeholder\n",
113+
"# new_a_id = id(a)\n",
114114
"# print(f\"New id(a) after 'a = a + 1': {new_a_id}\")\n",
115115
"\n",
116116
"# TODO: Check if original_a_id is different from new_a_id\n",

0 commit comments

Comments
 (0)