You are viewing a single comment's thread. Return to all comments →
def strangeCounter(t): m=1 i=1 n=0 while m<=t: m=3*i if t>n and t<=m: return ((m+1)-t) i+=i+1 n=m
Seems like cookies are disabled on this browser, please enable them to open this website
Strange Counter
You are viewing a single comment's thread. Return to all comments →