Posts by Souhardya Ganguly

Author Biographical Info: Not available

Checking for Magic Numbers using Functions in Python

By Souhardya Ganguly

In this Python tutorial, we shall see how to check whether a number is a Magic Number or not. We shall use functions in Python for the same. What is a Magic Number? If we iterate t.... Read More

Printing all perfect squares from a list in Python using list comprehension and math module

By Souhardya Ganguly

In this tutorial, you will learn how to check whether the elements in a Python list entered by the user are perfect squares or not using list comprehension and the math module. Lis.... Read More