s = 8 n = 15 coupon = 0 stamp = 0 total = 0 total = s + n coupon = total // 10 stamp = total % 10 print(coupon,stamp)
To embed this project on your website, copy the following code and paste it into your website's HTML: