March 19, 2018

python

Python programming 1: Basics

Python is an interpreted language and not a compiled language. Therefore, it executes commands and outputs the results of each command in a sequence, till it hits an issue, or completes the program. This tutorial…