I find it considerably more readable and less error prone to do
    
    
    let n =
      if u > 7:
        3
      else:
        1
    
    
    Run

Reply via email to