Browse Source

create test.py, update file1.txt

piccolo-gatto 1 năm trước cách đây
mục cha
commit
c1efa76039
2 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 1 1
      file1.txt
  2. 3 0
      test.py

+ 1 - 1
file1.txt

@@ -1 +1 @@
-aaaaaaaaaaaaaa
+hello world

+ 3 - 0
test.py

@@ -0,0 +1,3 @@
+a = 2
+b = 3
+print(a + b)