Open wangzeyu135798 opened 3 years ago
inward = [(4, 3), (3, 2), (7, 6), (6, 5), (13, 12), (12, 11), (10, 9), (9, 8), (11, 5), (8, 2), (5, 1), (2, 1), (0, 1), (15, 0), (14, 0), (17, 15), (16, 14)] outward = [(j, i) for (i, j) in inward] Hi,what's the mean of inward and outward? What's the relation between them and Kinetics data?
inward = [(4, 3), (3, 2), (7, 6), (6, 5), (13, 12), (12, 11), (10, 9), (9, 8), (11, 5), (8, 2), (5, 1), (2, 1), (0, 1), (15, 0), (14, 0), (17, 15), (16, 14)] outward = [(j, i) for (i, j) in inward] Hi,what's the mean of inward and outward? What's the relation between them and Kinetics data?