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