Explorar o código

renamed 3.txt to 2.txt

%!s(int64=5) %!d(string=hai) anos
pai
achega
77dfd3c85f
Modificáronse 3 ficheiros con 2 adicións e 2 borrados
  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):