f.read

  1. A

    Help in python

    hello frnds, i am facing a small problem in PYTHON. I wrote the following code in Python GUI. def op(path): with open(path,'r') as f: f.read() and if ran successfully without any error. I wrote the same code in notepad and then saved as ff.py file in Python folder. Then i wrote following...
Top Bottom