0
Fruit bowl program
7 odpowiedzi
+ 3
Where is your own attempt?
+ 3
V O S V B Subrahmanyam Firstly try attempt by own and if you have doubt/error in your code then you can discuss here, see this post your know about it what you should post or not
https://www.sololearn.com/Discuss/3021159/?ref=app
+ 2
V O S V B Subrahmanyam you share incomplete code
you can see the side '+' icon click on it then go to 'insert code' click on it then you can see on top the drop-down menu click on it now, you can see the 'my code bits' then click on it then share the code
And if you still don't know how to do then you can see the post this
https://code.sololearn.com/Wek0V1MyIR2r/?ref=app
+ 2
Be careful!
You have "fruit" as the input variable. For apples, you have a different variable called "fruits".
+ 1
I am a beginner of python that's why I asked answer to this question
+ 1
fruit = int(input())
apples=fruits/2
ple=apples/3
print(ple)
print (int(ple))
#your code goes here
0
Kk