I hereby claim:
- I am epixcz on github.
- I am epix (https://keybase.io/epix) on keybase.
- I have a public key ASDapa7XxHoSdqt0yFnJwyjY1OhOOxk1zXguhrTMIkucpAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
# script to ask user for the txt file name and then clean the URLS and save in new txt file | |
def main(): | |
# ask user for the txt file name | |
file_name = input("Enter the txt file name: ") | |
parse_file(file_name) | |
def parse_file(file_name): | |
with open(file_name, "r") as file: | |
# read the file |