1.4: Code Conventions

Most of the codes are provided in the accompanying GitHub repository [1]. We will use code sparingly in the book and instead focus on understanding the key concepts. Wherever we have used code, comments for the code will be presented in the below format

# We will add 1+1

Code will be in the below format.

print("1+1 is: "+str(1+1))