Case File
efta-efta00504402DOJ Data Set 9Otherclass Buyer:
Date
Unknown
Source
DOJ Data Set 9
Reference
efta-efta00504402
Pages
1
Persons
0
Integrity
Extracted Text (OCR)
Text extracted via OCR from the original document. May contain errors from the scanning process.
class Buyer:
def setup (self, maxprice):
self._maxprice = maxprice def main (self, kos):
"""Entry point upon arrival at a new KOS.""" broker = kos.broker()
# B4 == Barry's Big Bass Business :-) seller = broker.lookup('Seller_l.Seller', 'B4')
if seller:
price = seller.price() print 'Seller wants $ 1, price, if price > self._maxprice:
print 'too much!' else:
print "I'll take it!" else:
print 'no seller found here'
EFTA00504402
Forum Discussions
This document was digitized, indexed, and cross-referenced with 1,500+ persons in the Epstein files. 100% free, ad-free, and independent.
Annotations powered by Hypothesis. Select any text on this page to annotate or highlight it.