Posts by Asma Khan

Author Biographical Info: Just gimme a laptop, strong coffee and a big comfy teddy bear...

How to use generator in Python with examples

By Asma Khan

In this module, we will learn how to use generator in Python with examples. What is a generator? A generator in Python is nothing but a function with its unique ability. In simple .... Read More

Python program to add two complex numbers

By Asma Khan

In this easy tutorial, we will learn how to add two complex numbers in Python. Complex Numbers Complex numbers are a combination of real and imaginary numbers generally written in .... Read More

Python program to print non square numbers

By Asma Khan

In this tutorial, we will see how to print non square numbers in Python. Non square numbers are the numbers which are not the perfect squares of any number. When any number is mult.... Read More

Related Posts