Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+6 votes

When my code writes into a .txt file it all works properly so I know it's not the rest of my code. When I try to write into a .art file it creates a blank document that my Mac cannot open, even in notes. I know we are supposed to have the .gif converted into a .art so how are we supposed to write it into a .art file so our computer will actually write into it and have the ability to read it?

asked in CSC201 Spring 2021 by (1 point)

2 Answers

+3 votes
 
Best answer

I couldn't find the question that was asker earlier for this but for anyone that is struggleing with this, this question helped me.

http://lovelace.augustana.edu/q2a/index.php/4742/how-do-you-make-art-a-text-file

answered by (1 point)
0 votes

doc.gif or doc.art is just a name not a type of a file. I think you should replace the a.gif into a.art. After that, you could write into the a.art file

answered by (1 point)
...