Oct-06-2023, 12:29 PM
sample.cfg attached
with open('sample.txt') as f: cnfg = f.read().split('!') working_cnfg = [item for item in cnfg if 'FastEthernet' in item] for item in working_cnfg: print(item)
Attached Files
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs