Pārlūkot izejas kodu

renamed 3.txt to 2.txt

5 gadi atpakaļ
vecāks
revīzija
77dfd3c85f
3 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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):