O Level Exam : Practical Question
📝 HTML
🎨 CSS
⚡ Java Script
fname=input("Enter the file name : ") fp=open(fname,"w") data=input("Enter the data for Write : ") print(fp.write(data)) fp.close()
▶ Run Code
🖥 Output: