How to solv this | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

17th Dec 2019, 7:27 PM
Arydev
Arydev - avatar
1 Answer
0
fruit = int(input()) fruit=fruit//2 pie=round(fruit//3) print(pie) [it is in python]
9th Jul 2020, 6:43 AM
Varun N
Varun N - avatar