Programming Examples

Python program to accept file name and data from user and write data on file


Python program to accept file name and data for write on file, create and write data on file.

Solution

fname=input("Enter the file name : ")
fp=open(fname,"w")
data=input("Enter the data for Write : ")
print(fp.write(data))
fp.close()
Output

Enter the file name : mynewfile.txt

Enter the data for Write : ram is a good boy.

18

CCC Online Test Python Programming Tutorials Best Computer Training Institute in Prayagraj (Allahabad) Online Exam Quiz O Level NIELIT Study material and Quiz Bank SSC Railway TET UPTET Question Bank career counselling in allahabad Best Website and Software Company in Allahabad Website development Company in Allahabad