We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e69f43 commit 3d4dca8Copy full SHA for 3d4dca8
Photo To Ascii/photo_to_ascii.py
@@ -38,7 +38,7 @@ def photoascii():
38
39
40
# save result to "ascii_image.txt"
41
- with open("ascii_image.txt", "w") as f:
+ with open("./Photo To Ascii/ascii_image.txt", "w") as f:
42
f.write(ascii_image)
43
# run program
44
if __name__=='__main__':
0 commit comments