Drobna poprawka dictionary.rb

This commit is contained in:
Michał Jurgo 2016-11-17 08:45:29 +01:00
parent a0767a74c8
commit 838c132a74
1 changed files with 1 additions and 1 deletions

View File

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