Current = 8
New = 5
total = 0
count = 0

total = Current + New

while total >= 10:
    total -= 10
    count += 1

print(total,count)
    
    

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: