Apr-11-2020, 07:13 AM
not sure what you ask
>>> int(5.49 + 0.50) 5 >>> int(5.50 + 0.50) 6
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs