Advertisement
AberdeenAngus

WikipediaOnMagneticTape

Aug 26th, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. 3calculate miles of magnetic tape to store wikipedia
  2. numCharacters = 2.0538197676*10**10
  3. print(numCharacters)
  4. charPerInch = 128
  5. inchesTape = numCharacters/charPerInch
  6. inchesToMiles = (1/12)*(1/5280)
  7. print(inchesToMiles)
  8. milesTape= inchesTape * inchesToMiles
  9. print(milesTape)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement