In this Python program, we will have a look at “How to convert float decimal to octal number in python?”. Read more
Category Archives: #python
Triangular Matchstick Number In Python
This Python program will help you to print the total number of matchstick that is required to form a pyramid of matchsticks of x floors, where X represents the total number of floors. Read more
“Legendre\’s Conjecture In Python “
This Python program will help you to verify Legendre\’s Conjecture. Read more
Check if a string contains all unique characters in Python
This Python Program will help you check “if a string contains all unique characters” Read more