Jump to content

Price fraction: Difference between revisions

→‎{{header|Python}}: extend comment.
(→‎{{header|Oz}}: Added PureBasic)
(→‎{{header|Python}}: extend comment.)
Line 225:
 
=={{header|Python}}==
Using the [http://docs.python.org/library/bisect.html bisect] standard module to reduce the comparisons with members of the cin array.
 
<lang python>>>> import bisect
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.