Lab 1

LabĀ Description:

This lab is about using Python as a Calculator. Its about how to perform basicĀ calculations (Addition, Subtraction, Multiplication and Division). I Defined Strings along with Index and then carried out the calculations.

Code:

width = 20
height = 14.3
delimiter = ‘.’

width/2
width/2.0
height/3
1+2*5
delimiter*5

Screenshots:

20131008_141259

 

Leave a Reply

Your email address will not be published. Required fields are marked *