<div dir="ltr">Hi All, <div><br></div><div>I am brand new to python. checking over basic stuff. I came across the problem while doing so. If any body aware of the problem, kindly respond me.</div><div><br></div><div><div>>>> 5/10</div>
<div>0<span class="Apple-tab-span" style="white-space:pre"> </span></div><div>>>> - 5/10</div><div>-1</div></div><div><br></div><div>The second case also should yield a 'zero' but it is giving a -1 </div>
<div><br></div><div>some other examples for your review.</div><div><br></div><div><div>>>> -10/5</div><div>-2</div><div>>>> -5/-5</div><div>1</div><div>>>> 1/2</div><div>0</div><div>>>> -1/2</div>
<div>-1</div><div>>>> -1 /4</div><div>-1</div></div><div><br></div><div>I would be thankful to you if i got through this.</div><div><br></div><div><br></div><div>Ramya</div></div>