what permission do we have for write only file? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

what permission do we have for write only file?

10th Jan 2018, 6:21 AM
Bramha Prabhu
Bramha Prabhu - avatar
4 Answers
+ 2
What language Python or PHP do you mean In SoloLearn?
10th Jan 2018, 6:11 PM
Ole113
Ole113 - avatar
+ 1
In Python you can use 'w' mode to write into new file and 'a' mode to append a file, which will add the content at end of file
11th Jan 2018, 5:31 PM
Suresh B
Suresh B - avatar
0
php. but plz illustrate on both.
11th Jan 2018, 1:01 AM
Bramha Prabhu
Bramha Prabhu - avatar
0
In Python you can use 'w' mode to write into new file and 'a' mode to append a file, which will add the content at end of file
15th Feb 2018, 5:34 PM
Kyle Ellison
Kyle Ellison - avatar