Advertisement
Guest User

Untitled

a guest
Dec 5th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.17 KB | None | 0 0
  1. with open("TZS01DUO_Pr-2_Gorczak.txt","w+") as txt:            
  2.     with open("TZS01DUO_Pr-2_Gorczak.html","r") as plik_html:
  3.         for line in plik_html.readlines():
  4.             txt.write(str(line))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement