| 
    |
        # Half-Closed range operator | 
      
        
       | 
    
| Defines a range that doesn't | 
        
       | 
    
| include the last number. | 
        
       | 
    
        # Closed-Range operator | 
      
        
       | 
    
| Defines a range that | 
        
       | 
    
| includes the last number. | 
        
       | 
    
| Traditional for loop. | 
        
       |