From 1a7e6721749dac42db59157fd8d6665a6e853fe5 Mon Sep 17 00:00:00 2001 From: Ethan Nguyen-Huu Date: Tue, 2 Dec 2025 18:58:51 -0800 Subject: [PATCH 1/5] I am adding two new files --- alice.txt | 0 bob.txt | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 alice.txt create mode 100644 bob.txt diff --git a/alice.txt b/alice.txt new file mode 100644 index 0000000..e69de29 diff --git a/bob.txt b/bob.txt new file mode 100644 index 0000000..e69de29 From 7607b1ccf2f6ad0fc2bf67192d49bf59b0a1c0d9 Mon Sep 17 00:00:00 2001 From: Ethan Nguyen-Huu Date: Tue, 2 Dec 2025 19:08:23 -0800 Subject: [PATCH 2/5] Add template sentence to alice.txt --- alice.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/alice.txt b/alice.txt index e69de29..1dfcf05 100644 --- a/alice.txt +++ b/alice.txt @@ -0,0 +1,2 @@ +Lorem ipsum Sed ut perspiciatis, unde omnis iste natus error sit +voluptatem accusantium doloremque laudantium \ No newline at end of file From aa50c545e61d1bf1573076d4ad476b095a590807 Mon Sep 17 00:00:00 2001 From: Ethan Nguyen-Huu Date: Tue, 2 Dec 2025 19:09:57 -0800 Subject: [PATCH 3/5] revert --- alice.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/alice.txt b/alice.txt index 1dfcf05..e69de29 100644 --- a/alice.txt +++ b/alice.txt @@ -1,2 +0,0 @@ -Lorem ipsum Sed ut perspiciatis, unde omnis iste natus error sit -voluptatem accusantium doloremque laudantium \ No newline at end of file From 16f1766bb72ca42f4e68bb8cced1235f4a8a3d45 Mon Sep 17 00:00:00 2001 From: Ethan Nguyen-Huu Date: Tue, 2 Dec 2025 19:11:46 -0800 Subject: [PATCH 4/5] Added experimental txt --- text.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 text.txt diff --git a/text.txt b/text.txt new file mode 100644 index 0000000..2ef267e --- /dev/null +++ b/text.txt @@ -0,0 +1 @@ +some content From e3df039a2fed3336ba713fbf9a59cc5e6fea8da0 Mon Sep 17 00:00:00 2001 From: Ethan Nguyen-Huu Date: Tue, 2 Dec 2025 19:15:56 -0800 Subject: [PATCH 5/5] Fix buggy Python code --- some_python_code.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/some_python_code.py b/some_python_code.py index 7cad6de..da96ab0 100644 --- a/some_python_code.py +++ b/some_python_code.py @@ -1,3 +1,3 @@ arr = [1, 3, 6, 3, 10, 20] -for i in range(len(arr) + 1): +for i in range(len(arr)): print(arr[i]) \ No newline at end of file