Why test case 3 and 5 failed? What's the problem with this code? Its the coach question, skee ball. | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

Why test case 3 and 5 failed? What's the problem with this code? Its the coach question, skee ball.

import math point = int(input("")) ticket = math.ceil(point/12) if ticket>10: print("Buy it!") else: print("Try again")

14th Sep 2020, 5:53 AM
Jit Saiba
Jit Saiba - avatar
0 ответов