RMRaju Mahatoinrajumahato.hashnode.dev·Jan 10, 2024 · 1 min readif else conditional statement in pythonLike any other programming or scritpting language, python also provides widely used conditional statement - if else. What's the use of if else ? This is very common phenomenon in programming and even in our life, we have to perform some action in a s...00
RMRaju Mahatoinrajumahato.hashnode.dev·Jan 9, 2024 · 1 min readfor loop in Pythonfor loop is the most common iterating logic that we used in every programming or scripting. But today, here we will see, how we can write that same for loop in python. Generally, for loop is used to iterate through any iterables. For e.g. we have a l...00