Question: In python write a function that will take a list of characters and remove line comments and multi line comments. it also must store quote
In python write a function that will take a list of characters and remove line comments and multi line comments. it also must store quote strings beginning and ending with single quotes(' ') as a single string object in the list. The multi-line comments begin with #! and end with #! and the line comments are represented by a # until the end of the line(/n).
Please comment heavily
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
