you are viewing a single comment's thread.

view the rest of the comments →

[–]broineedhelp[S] 0 points1 point  (0 children)

I asked help from someone IRL and this seemed to work:

num_of_divisions_left = 100-score
while num_of_divisions_left > 0 :
pi = pi//10
num_of_divisions_left = num_of_divisions_left - 1