added .gitignore and ascii chest

This commit is contained in:
Jacob Wolf
2019-08-19 16:59:38 +08:00
parent e2f73e918b
commit e21c628596
5 changed files with 24 additions and 2 deletions

View File

@@ -14,4 +14,4 @@ else:
print(" 'I would like to give you a gift. Here's a key.'")
with open("key.txt", "w") as keyfile:
keyfile.write(" Even in the faint light of your lamp, the key has a golden gleam.")
keyfile.write(" Even in the faint light of your lamp, the key has a golden gleam.\n")