0
How do you save what you have written to a file?
3 Réponses
+ 7
Just use the .close() method on a file handler. That will save all the changes you made to the file. Take a look at it step by step:
https://code.sololearn.com/c4AWEdTM7HeT/?ref=app
+ 1
if you meen the codes you have written when you open the idle choose file menu and choose new file write your code press f5 to test your prog and then save it
0
k thanks