0
Skee-Ball
Hello guys, This is my code for the skee ball problem but one of the output is still false and I don’t know why : Ticket = int(input()) Price = int(input()) Ticket_div = Ticket/12 if Ticket_div > Price: print('Buy it!') else: print('Try again') Thank you
3 ответов
+ 4
Your code seem without any error . Read the description of code coach. There may be a mistake in spelling, punctuation marks or capital letters.
+ 3
Shouldn't it be a buy also when Ticket_div equals Price?
+ 1
Yeah it was >=