1
Ask HN: People who had built Lead System, what was your experience like?
What was your journey like? Please share your tips, Dos and Don'ts in building the Lead Management System.
def magic(usrInput):
.
.
.
im = Image.new("RGB",(x,y))
for j in range(y):
for i in range(x):
..
.
im.save("artsciimg.png")
#End of codeAnd the error says: "[Errno 13] Permission denied: 'artsciimg.png'"
My local PC is running on Windows, and my server is on Ubuntu. I really need to know what's going on, the project is due in less than 36 hours :(