thank you for ths answer but that is not want i want,
i have a file called ex1.py then to open it i do:
then after all the procedures of opening a file i have:
jack is a brother of carine, ............... ............... ............... ........
My question is: is there anyway after opening this file which contain like 5 paragraph, to be splited into words?
i have a file called ex1.py then to open it i do:
Code:
f=open("ex1.py") try: ........................
jack is a brother of carine, ............... ............... ............... ........
My question is: is there anyway after opening this file which contain like 5 paragraph, to be splited into words?
Comment