3 lines
		
	
	
		
			133 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			133 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| def compare(name, first, second, bfr):
 | |
|     return "end" + bfr[first.begin:first.end].lower() == bfr[second.begin:second.end].lower()
 |