how to make a program for store data in a file????...by use python or java | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

how to make a program for store data in a file????...by use python or java

make a file

7th Dec 2017, 6:13 AM
Mohammad Asif Abrar Sayim
Mohammad Asif Abrar Sayim - avatar
4 Answers
+ 11
#python.. #you can use it. data="My name is kazi" with open("text.txt","w") as store: store.write(data) with open("text.txt","r") as file: print(file.read())
7th Dec 2017, 6:58 AM
Käzî Mrîdùl Høssäîn
Käzî Mrîdùl Høssäîn - avatar
+ 5
Please specify a language
7th Dec 2017, 6:17 AM
ThreeG
ThreeG - avatar
+ 4
you can use java and also python its your choice......
7th Dec 2017, 6:45 AM
Mohammad Asif Abrar Sayim
Mohammad Asif Abrar Sayim - avatar
+ 1
does not matter which language. choose one.
7th Dec 2017, 6:35 AM
Lucien
Lucien - avatar