Ver código fonte

renamed 3.txt to 2.txt

5 anos atrás
pai
commit
77dfd3c85f
3 arquivos alterados com 2 adições e 2 exclusões
  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):