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