Lab 1

Lab Description

Exercise 3 from Chapter 2 consists of executing the values of different expressions by using the integers stated.

Source Code

>>> width = 17

>>> height = 12.0

>>> delimiter = ‘.’

>>>

>>> width/2

>>> width/2.0

>>> height/3

>>> 1 + 2 * 5

>>> delimiter * 5

Screen Shots

 

angelyn

Leave a Reply

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