Guest User

Untitled

a guest
Jun 19th, 2021
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.11 KB | None | 0 0
  1. with open(r"manyurls.txt", "r") as file:
  2.     for manyurls in file:
  3.         if manyurls == manyurls:
  4.             print(manyurls)
Advertisement
Add Comment
Please, Sign In to add comment