浏览代码

renamed 3.txt to 2.txt

5 年之前
父节点
当前提交
77dfd3c85f
共有 3 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      2.py
  2. 0 0
      2.txt
  3. 1 1
      2_2.py

+ 1 - 1
2.py

@@ -1,4 +1,4 @@
-file = open("3.txt","r")
+file = open("2.txt","r")
 input = file.read()
 code = input.split(",")
 print(code)

+ 0 - 0
3.txt → 2.txt


+ 1 - 1
2_2.py

@@ -29,7 +29,7 @@ def compute(code):
 			#return -1
 
 
-file = open("3.txt","r")
+file = open("2_2.txt","r")
 input = file.read()
 
 for noun in range(100):