0
Skee-Ball problem
Hello. I don't see why this doesn't work. Only one failed hidden case out of five. https://code.sololearn.com/cAroykc3mcl7/?ref=app
4 Respostas
0
It's the Skee-Ball problem in code Coach, difficulty: easy
0
Thanks Granger. But I still don't get it, s/cost >=1 is the same as s>=cost.
0
спасибо за помощь которую оказал мне
- 1
x=int(input())
y=int(input())
if ((x/12)>=y):
print("Buy it!")
else:
print("Try again")
Works simple, try copy paste in exact way to know how