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