I\'m using vim editor as python IDE. Below is a simple python program to calculate square root of a number:
import cmath def sqrt(): try: num = i
You need to give two blank lines between meaningful code blocks.
These include (for example):