You can do it like this
    
    
    let n = if u > 7:
      3
    else:
      1
    
    
    Run

Reply via email to