зеркало из
				https://github.com/iharh/notes.git
				synced 2025-11-03 23:26:09 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			9 строки
		
	
	
		
			248 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 строки
		
	
	
		
			248 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
https://younglinux.info/python/feature/enumerate
 | 
						|
 | 
						|
2020
 | 
						|
https://realpython.com/python-enumerate/
 | 
						|
    https://proglib.io/p/python-enumerate-uproshchaem-cikly-s-pomoshchyu-schetchikov-2020-12-08
 | 
						|
 | 
						|
for rownum, row in enumerate(reader, start=1):
 | 
						|
    ...
 |