ardiloot

Untitled

Dec 13th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.13 KB | None | 0 0
  1. def lõimede_pikkus(lõpp_pikkus, lõimede_arv):
  2.     kogupikkus = lõimede_arv * (lõpp_pikkus * 1.2 + 0.5)
  3.     return kogupikkus
Advertisement
Add Comment
Please, Sign In to add comment