Make a program in python that reads from a file that is passed as a parameter, a list of words (1 word per line). These words will be a list of "forbidden words". Operation example: We call the...


Make a program in python that reads from a file that is passed as a parameter, a list of words (1 word per line). These words will be a list of "forbidden words".




Operation example:

We call the program "program.py list.txt"
The file "list.txt" contains the words:
Hello
pYThon




With the program running, if you copy the phrase "HELLO Sergi we like PYTHON" to the clipboard, it should modify this phrase in the clipboard and leave it as "**** Sergi we like******", so that when we paste, this second version is pasted.



Jun 09, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here