0
How to solv this
even number of pieces of fruit in it. Half of them are bananas, and the other half are apples. You need 3 apples to make a pie.
1 Answer
0
fruit = int(input())
fruit=fruit//2
pie=round(fruit//3)
print(pie)
[it is in python]
even number of pieces of fruit in it. Half of them are bananas, and the other half are apples. You need 3 apples to make a pie.