Because the statement is too complex, try this: 
    
    
    for i in 0..10:
      for j in 0..10:
        echo "hello"
    
    
    Run

Or this 
    
    
    for i in 0..10: (for j in 0..10: echo "hello")
    
    
    Run

Reply via email to