0
Code Coach - Fruit Bowl
I am having lots of trouble solving the Coad Coach excercises. I am currently on "Fruit Bowl" and can't seem to understand what it wants. Can someone explain the selection below? fruit = int(input()) What does "int(input())" mean? Thanks in advance!
2 Answers
+ 1
fruit = int(input())
#fruit bowl code
apple=fruit/2
pie=apple/3
if(fruit>=6):
print(int(pie))
else:
print("0")