from otree.api import Currency as c, currency_range from . import pages from ._builtin import Bot from .models import Constants import random from otree.api import Submission class PlayerBot(Bot): def play_round(self): yield (pages.P16InstructionsT5, { 'qc_a': 400, 'qc_b': 1900, 'qc_c': 400, }) yield (pages.P17Invest, { 'invest_risk': 600, 'invest_riskfree': 400, })