diff options
author | Zhongheng Liu on Homelab <z.liu@outlook.com.gr> | 2025-03-10 12:21:59 +0200 |
---|---|---|
committer | Zhongheng Liu on Homelab <z.liu@outlook.com.gr> | 2025-03-10 12:21:59 +0200 |
commit | 9568147aefac22f8928460220560c62bbd972c99 (patch) | |
tree | 027fb6a066797ac3b83076a8cb7327c4abada711 /notebooks/a_bit_of_a_pickle.ipynb | |
parent | 636fe6eaf079253e3a9b60e85d4d148141c5f1e2 (diff) | |
download | cs-y13-9568147aefac22f8928460220560c62bbd972c99.tar.gz cs-y13-9568147aefac22f8928460220560c62bbd972c99.tar.bz2 cs-y13-9568147aefac22f8928460220560c62bbd972c99.zip |
feat: theory artificial intelligence
Diffstat (limited to 'notebooks/a_bit_of_a_pickle.ipynb')
-rw-r--r-- | notebooks/a_bit_of_a_pickle.ipynb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/notebooks/a_bit_of_a_pickle.ipynb b/notebooks/a_bit_of_a_pickle.ipynb index e62e859..4519b0d 100644 --- a/notebooks/a_bit_of_a_pickle.ipynb +++ b/notebooks/a_bit_of_a_pickle.ipynb @@ -16,7 +16,7 @@ "import pickle\n", "class StudentObject:\n", " def __init__(self):\n", - " " + " pass" ] }, { |