all stats

rak1507's stats

guessed the most

namecorrect guessesgames togetherratio

were guessed the most by

namecorrect guessesgames togetherratio

entries

round #6

guesses
comments 0

post a comment


pleasehelpmeimtrappedinacodeguessinggameaaaaa.py ASCII text, with CRLF line terminators
1
2
3
4
5
def f(i):
 a=b=1;r=[]
 while b<=i:a,b=b,a+b
 while i:r,a,b,i=[b]*(c:=b<=i)+r,b-a,a,i-b*c
 return r