Advertisement
Guest User

WIIIIINGS

a guest
Dec 8th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.63 KB | None | 0 0
  1. wings = {
  2.     4: 4.55,
  3.     5: 5.70,
  4.     6: 6.80,
  5.     7: 7.95,
  6.     8: 9.10,
  7.     9: 10.20,
  8.     10: 11.35,
  9.     11: 12.50,
  10.     12: 13.60,
  11.     13: 14.75,
  12.     14: 15.90,
  13.     15: 17.00,
  14.     16: 18.15,
  15.     17: 19.30,
  16.     18: 20.40,
  17.     19: 21.55,
  18.     20: 22.70,
  19.     21: 23.80,
  20.     22: 24.95,
  21.     23: 26.10,
  22.     24: 27.25,
  23.     25: 27.80,
  24.     26: 28.95,
  25.     27: 30.10,
  26.     28: 31.20,
  27.     29: 32.35,
  28.     30: 33.50,
  29.     35: 39.15,
  30.     40: 44.80,
  31.     45: 50.50,
  32.     50: 55.60,
  33.     60: 67.00,
  34.     70: 78.30,
  35.     75: 83.45,
  36.     80: 89.10,
  37.     90: 100.45,
  38.     100: 111.25,
  39.     125: 139.00,
  40.     150: 166.85,
  41.     200: 222.50
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement