fork download
  1. # your code goes here
  2. f = -> n {a, b = n.divmod(4); 6 * a + 2 * b + 3 / (b + 2)}
  3. p f[1]
Success #stdin #stdout 0s 28216KB
stdin
Standard input is empty
stdout
3