Advertisement
Guest User

new

a guest
Jan 16th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.08 KB | None | 0 0
  1.  
  2. import numpy
  3. width = 4.25
  4.  
  5. length = 8.5
  6. per = (2 * width) + ( 2*length)
  7. print (per)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement