#hashnode
Read more stories on Hashnode
Articles with this tag
In a truth & dare game, we usually spin a bottle to pick a person among us. So the main task here is to pick a person's name randomly. We can do that...
If you know a phone number pattern, you can easily find that from any text using python. In Bangladesh, the pattern of a phone number is:...
In my previous blog I have shown how you can generate other number systems (binary, Hexa, and octal) from decimal using a built-in library. In this...
Decimal: Decimals numbers are used widely which represents (0-9) numbers in the number system. Its base is 10. Binary: Binary is used for machines or...
Python is a multi-paradigm supported language and that is one of the reasons I like Python. Coding with python is very much fun and easy without all...
Lists are one kind of datatypes that is used to store various items in a single variable. Lists in usually look like this : ...