News

Quick LinksSet Up Your Development EnvironmentWrite Your First Python ProgramWrite Comments in Your CodeStore Data in ...
We start by typing the function name followed by parentheses and then entering the required data in the parentheses in the order specified at the creation of the function. print 'Area = ', getArea(2,4 ...
This post explains how to use if statements in Python. This will form the backbone of much of your code going forward! Else statements, nesting, + more.