Untitled

From Gracious Baboon, 2 Months ago, written in Plain Text, viewed 86 times.
URL http://codebin.org/view/e3559824 Embed
Download Paste or View Raw
  1. first_purchase = 885
  2. repeated_purchase = 136
  3. total = first_purchase + repeated_purchase
  4. repeated_purchase_part = repeated_purchase / total
  5. print('Доля повторных покупок равна {:.%}'.format(repeated_purchase_part))

Replies to Untitled rss

Title Name Language When
Re: Untitled Forensic Kangaroo text 2 Months ago.
Re: Untitled Cream Bat text 2 Months ago.

Reply to "Untitled"

Here you can reply to the paste above