n = 1 t = 0 while t < 100: t += n n += 1 print(n - 1)
To embed this project on your website, copy the following code and paste it into your website's HTML: