Language:
Python     Change language:
Pastebin: 23496
Author: Samuel Barrett
Subject: Area of a Rectangle Calculator
Created: 2007-05-07 05:38:07
Download and save
Toggle line numbers
1print "Area of a Rectangle Calculator
2area = int (raw_input("Enter area: ")) 
3width = 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
  [23500] Re: Area of a Rectangle Calculator by Samuel Barrett at 2007-05-07 05:44:03 (diff)
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.