A = 2 B = 1 V = 5 total = A - B count = 0 for i in range(1,V): V -= total count += 1 print(count)
To embed this project on your website, copy the following code and paste it into your website's HTML: