File: calc_units.ppl

package info (click to toggle)
pyxplot 0.9.2-15
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,312 kB
  • sloc: ansic: 50,373; xml: 1,339; python: 570; sh: 318; makefile: 90
file content (2 lines) | stat: -rw-r--r-- 67 bytes parent folder | download | duplicates (7)
1
2
a = 2*unit(m**2)
print "An area of %f square feet"%(a/unit(ft**2))