Diving Deep in Python
Well, today I dove deeper into Python 3 and tried some new functions. It’s pretty hard, so if you are not that experienced, you may want to learn the basics of this language. You could read one of my past blogs about the very first Python basics. Let’s get started now. DMOJ Problem In DMOJ, there was quite a question. So there someone who has an amount of sugar. Let’s call the amount a. You need b amount of sugar. You have c amount of toothpaste but need d amount of it. Determine is you need to go to the...