Drobna poprawka dictionary.rb

This commit is contained in:
Michał Jurgo 2016-11-17 08:45:29 +01:00
parent a0767a74c8
commit 838c132a74

View File

@ -1,4 +1,4 @@
txt = open("input.txt") txt = open("keywords.txt")
filenames = ["actions.txt", "directions.txt", "movement.txt"] filenames = ["actions.txt", "directions.txt", "movement.txt"]
dictionary = {} dictionary = {}