#python
Read more stories on Hashnode
Articles with this tag
Like any other programming or scritpting language, python also provides widely used conditional statement - if else. What's the use of if else ? This...
for 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...