+ 2
Help
Hello , I need help , Item=18 Box=6 ?(item/boxes ) what Variable value ?
16 Answers
+ 3
python is case sensitive, the rest is in the lessons as well
+ 5
Sashax ,
plesse post your current *complete code* here as a link to your code bit.
it makes no sense to re-type the code or copy paste parts of it, because this can cause problems.
+ 3
it's not asking about what variable value, it's asking what function name to use to display the result.
And yes, be careful with capital and lowercase. Item != item and Box != box
+ 3
Fati Mobakir , Samandar Ollomurodov ,
please do not spam here !
+ 3
Bhumika Kanwar
print not Print
Cause Python is case sensitive!!
+ 2
Can you share your complete code?
https://sololearn.com/compiler-playground/Wek0V1MyIR2r/?ref=app
+ 1
To find the value of , you simply divide the number of items by the number of boxes:
\text{Value} = \frac{\text{Item}}{\text{Box}} = \frac{18}{6} = 3
So, the variable value is 3. This means each box contains 3 items. Let me know if you need further clarification!
+ 1
Item=18
Box=6
Print(Item/Box)
Try this, dude .Cause python is case sensitive!!
You wrote 'boxes' and 'item' instead of 'Box" and 'Item', respectively
+ 1
It's simple ) I should have write : print
0
I understand, maybe I'm tired for today) but I need an answer what did I miss? Should we divide 18 by 6? If so, it will be 3, but the python is not saying correctly
0
I do it evening all good
0
Thanks everybody
0
2
0
3
0
3
0
Hi