Language:
Python     Change language:
Pastebin: 23500
Author: Samuel Barrett
Subject: Re: Area of a Rectangle Calculator
Created: 2007-05-07 05:44:03
Download and save
Toggle line numbers
1print "Area of a Rectangle Calculator
2width = int (raw_input("Enter width: ")) 
3height = int (raw_input("Enter height: ")) 
4print "=
5area = width*height 
6print area 
Thread:
[23496] Area of a Rectangle Calculator by Samuel Barrett at 2007-05-07 05:38:07 (diff)
  [23500] Re: Area of a Rectangle Calculator by Samuel Barrett at 2007-05-07 05:44:03
Tip: Click the line numbers to toggle highliting on that line.

Paste followup:

Language:
Author:
Subject:


    Tabstop:     bigger biggest
Note: You can prefix a line with "@@@" to highlight it.