From a8aa3150ed5f5abdc6926b03c5d307cd92e507b7 Mon Sep 17 00:00:00 2001 From: angelawu236 Date: Sun, 14 Dec 2025 12:22:20 -0800 Subject: [PATCH 1/2] 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 624bf08b9dc3a15767522a71966fa0e1090ca66f Mon Sep 17 00:00:00 2001 From: angelawu236 Date: Sun, 14 Dec 2025 12:28:29 -0800 Subject: [PATCH 2/2] fixed bug --- 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