From bae8c81d90f804283b5e073cd4032f2e2393a093 Mon Sep 17 00:00:00 2001 From: normanongohk Date: Sat, 1 Jul 2023 13:28:16 +0800 Subject: [PATCH 1/2] changes --- test/test.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/test.py diff --git a/test/test.py b/test/test.py new file mode 100644 index 0000000..0614bd0 --- /dev/null +++ b/test/test.py @@ -0,0 +1 @@ +print("hello world!!!") \ No newline at end of file From 528877a1240ab75218a214fc0a9990965eab2572 Mon Sep 17 00:00:00 2001 From: normanongohk Date: Sat, 1 Jul 2023 13:32:28 +0800 Subject: [PATCH 2/2] added changes for lab 3 --- test/test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test.py b/test/test.py index 0614bd0..b9f92ed 100644 --- a/test/test.py +++ b/test/test.py @@ -1 +1,2 @@ +import json print("hello world!!!") \ No newline at end of file