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