HI All, 

can you help me out in doing below. 

file: 
<start> 
 guava 
fruit 
<end> 
<start> 
 mango 
fruit 
<end> 
<start> 
 orange 
fruit 
<end> 

need to delete from start to end if it contains mango in a file...

output should be: 

<start> 
 guava 
fruit 
<end> 
<start> 
 orange 
fruit 
<end> 

Thank you 
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to