use context essentials2021 include shared-gdrive("dcic-2021", "1wyQZj_L0qqV9Ekgr9au6RX2iqt2Ga8Ep") import lists as L import statistics as S import math as M example-table = table: color, amount row: "purple", 4.3 row: "ORANGE", 3.8 row: "Yellow", 2.1 row: "gReEn", 0.9 row: "GraY", 1.2 end