s

Python code posted
created at 27 Dec 11:32

Edit | Back
1
2
3
4
5
def explore(u, n):
    if n < N_e:
        return R_plus
    else:
        return u
87 Bytes in 2 ms with coderay