Am 07.12.17 um 15:06 schrieb [email protected]:
Hi All, I am new to python need help to write a script in python my requirement is :- write a python script to print sentence from a txt file to another txt file
txt = open("another.txt", "w")
print("sentence from txt file", file = txt)
Christian
--
https://mail.python.org/mailman/listinfo/python-list
