import numpy as np import numpy from otree.models import group, player from . import pages, models,tests m1 = [1,2,3] m2 = [1,2,3] print(m1+m2)