You are viewing a single comment's thread. Return to all comments →
start_value=3 ending_value =3 while ending_value <t: start_value *=2 ending_value +=start_value return ending_value-t+1
Strange Counter
You are viewing a single comment's thread. Return to all comments →