<snapdata remixID="14870965"><project name="U2L4.2 More math" app="Snap! 11.0.8, https://snap.berkeley.edu" version="2"><notes></notes><thumbnail>data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAAB4CAYAAAB1ovlvAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAoKADAAQAAAABAAAAeAAAAAAeaS0RAAADJklEQVR4Ae3XvUllARSF0fuGMbYFq7EGwcTANqzHSmzGVNDQccwMHNiwZSuzXub1cM5z+eHP6fXtdXgRGAn8Gt11lsC7gACFMBUQ4JTfcQFqYCogwCm/4wLUwFRAgFN+xwWogamAAKf8jgtQA1MBAU75HRegBqYCApzyOy5ADUwFBDjld1yAGpgKCHDK77gANTAVEOCU33EBamAqIMApv+MC1MBUQIBTfscFqIGpgACn/I4LUANTAQFO+R0XoAamAgKc8jsuQA1MBQQ45XdcgBqYCghwyu+4ADUwFRDglN9xAWpgKiDAKb/jAtTAVECAU37HBaiBqYAAp/yOC1ADUwEBTvkdF6AGpgICnPI7LkANTAUEOOV3XIAamAoIcMrvuAA1MBUQ4JTfcQFqYCogwCm/4wLUwFRAgFN+xwWoganA7+n1b3z8/v7+eHp6Oi4vL4+Li4tv/E5/9ls7vb69fvaX8DXv/vn5+bi9vT1eXl6Ox8fH4/r6+jidTu/Pzs7Ovubof7hVgP/4pj88PBx3d3fH+fn5h6m/Ud7c3Lw/u7q6+vA5H2QC/gbMvEyXBfwE/ATUr+BPYMqPBfgJqH9CPoEpPxZgGdS6TMDfgJmX6bKAAMug1mUCAsy8TJcFBFgGtS4TEGDmZbosIMAyqHWZgAAzL9NlAQGWQa3LBASYeZkuCwiwDGpdJiDAzMt0WUCAZVDrMgEBZl6mywICLINalwkIMPMyXRYQYBnUukxAgJmX6bKAAMug1mUCAsy8TJcFBFgGtS4TEGDmZbosIMAyqHWZgAAzL9NlAQGWQa3LBASYeZkuCwiwDGpdJiDAzMt0WUCAZVDrMgEBZl6mywICLINalwkIMPMyXRYQYBnUukxAgJmX6bKAAMug1mUCAsy8TJcFBFgGtS4TEGDmZbosIMAyqHWZgAAzL9NlAQGWQa3LBASYeZkuCwiwDGpdJiDAzMt0WUCAZVDrMgEBZl6mywICLINalwkIMPMyXRYQYBnUukxAgJmX6bKAAMug1mUCAsy8TJcFBFgGtS4TEGDmZbosIMAyqHWZgAAzL9NlAQGWQa3LBP4AtIpF1RL41EAAAAAASUVORK5CYII=</thumbnail><scenes select="1"><scene name="U2L4.2 More math"><notes></notes><hidden></hidden><headers></headers><code></code><blocks><block-definition s="Maximum of %&apos;number 1&apos; and %&apos;number 2&apos;" type="reporter" category="operators"><header></header><code></code><translations></translations><inputs><input type="%s" initial="1"></input><input type="%s" initial="1"></input></inputs><script><block s="doIfElse"><block s="reportVariadicGreaterThan"><list><block var="number 1"/><block var="number 2"/></list></block><script><block s="doReport"><block var="number 1"/></block></script><script><block s="doReport"><block var="number 2"/></block></script><comment w="90" collapsed="false">checks if number 1 is greater then 2, if it is it will report that and if not it will report the other number because its bigger</comment></block><block s="doReport"><l></l></block></script></block-definition><block-definition s="Maximum" type="reporter" category="operators"><header></header><code></code><translations></translations><inputs></inputs><script><block s="doReport"><l></l></block></script></block-definition><block-definition s="Minimum of %&apos;num 1&apos; and %&apos;num 2&apos;" type="reporter" category="operators"><header></header><code></code><translations></translations><inputs><input type="%s" initial="1"></input><input type="%s" initial="1"></input></inputs><script><block s="doIfElse"><block s="reportVariadicGreaterThan"><list><block var="num 1"/><block var="num 2"/></list></block><script><block s="doReport"><block var="num 2"/></block></script><script><block s="doReport"><block var="num 1"/></block></script><comment w="90" collapsed="false">Checks if the first number is bigger then the second number, if it is then it will reportage second number since its smaller</comment></block><block s="doReport"><l></l></block></script></block-definition><block-definition s="sum of list" type="reporter" category="lists"><header></header><code></code><translations></translations><inputs></inputs><script><block s="doReport"><l></l></block></script></block-definition><block-definition s="sum of %&apos;number list&apos;" type="reporter" category="lists"><header></header><code></code><translations></translations><inputs><input type="%s" initial="1"></input></inputs><script><block s="doDeclareVariables"><list><l>sum</l></list></block><block s="doSetVar"><l>sum</l><l>0</l></block><block s="doForEach"><l>number</l><block var="number list"/><script><block s="doChangeVar"><l>sum</l><block var="number"/></block></script><comment w="90" collapsed="false">for every number that is put in to the number list, the total will increase/decrease to that amount</comment></block><block s="doReport"><block var="sum"/></block></script></block-definition><block-definition s="maximum of list %&apos;number list&apos;" type="reporter" category="lists"><header></header><code></code><translations></translations><inputs><input type="%s" initial="1"></input></inputs><script><block s="doDeclareVariables"><list><l>max</l></list></block><block s="doSetVar"><l>max</l><block s="reportListItem"><l>1</l><block var="number list"/></block></block><block s="doForEach"><l>number</l><block var="number list"/><script><block s="doIf"><block s="reportVariadicGreaterThan"><list><block var="number"/><block var="max"/></list></block><script><block s="doSetVar"><l>max</l><block var="number"/></block></script><list></list></block></script><comment w="90" collapsed="false">For every number in the number list, the code will check if its greater then the previous input number, if it is then it will set it to the top, in the end it will output the largest number</comment></block><block s="doReport"><block var="max"/></block></script></block-definition><block-definition s="Minimum of list %&apos;number list&apos;" type="reporter" category="lists"><header></header><code></code><translations></translations><inputs><input type="%s" initial="1"></input></inputs><script><block s="doDeclareVariables"><list><l>min</l></list></block><block s="doSetVar"><l>min</l><block s="reportListItem"><l>1</l><block var="number list"/></block></block><block s="doForEach"><l>number</l><block var="number list"/><script><block s="doIf"><block s="reportVariadicGreaterThan"><list><block var="min"/><block var="number"/></list></block><script><block s="doSetVar"><l>min</l><block var="number"/></block></script><list></list></block></script><comment w="90" collapsed="false">for every number put in the number list, The code will check if it is smaller then the previous input. if it is then it will output the smaller number</comment></block><block s="doReport"><block var="min"/></block></script></block-definition><block-definition s="Average of [numbers list] %&apos;number list&apos;" type="reporter" category="lists"><header></header><code></code><translations></translations><inputs><input type="%s" initial="1"></input></inputs><script><block s="doDeclareVariables"><list><l>sum</l></list></block><block s="doDeclareVariables"><list><l>a</l></list></block><block s="doSetVar"><l>sum</l><l>0</l></block><block s="doForEach"><l>item</l><block var="number list"/><script><block s="doSetVar"><l>sum</l><block s="reportVariadicSum"><list><block var="sum"/><block var="item"/></list></block></block></script><comment w="90" collapsed="false">for every number in the number list, it will add that to the sum. Once all numbers are added, the code takes the sum and divides it by the amount of numbers put in the list</comment></block><block s="doSetVar"><l>a</l><block s="reportQuotient"><block var="sum"/><block s="reportListAttribute"><l><option>length</option></l><block var="number list"/></block></block></block><block s="doReport"><block var="a"/></block></script></block-definition><block-definition s="greatest common factor" type="reporter" category="operators"><header></header><code></code><translations></translations><inputs></inputs><script><block s="doReport"><l></l></block></script></block-definition><block-definition s="Greatest common factor [num 1] %&apos;num1&apos; [num 2] %&apos;num2&apos;" type="reporter" category="operators"><header></header><code></code><translations></translations><inputs><input type="%s" initial="1"></input><input type="%s" initial="1"></input></inputs><script><block s="doReport"><custom-block s="maximum of list %s"><custom-block s="common factors [num1] %s [num2] %s"><block var="num1"/><block var="num2"/></custom-block><comment w="90" collapsed="false">picks out the max number out of the list of common factors and reports it</comment></custom-block></block></script></block-definition><block-definition s="factors of [num] %&apos;num&apos;" type="reporter" category="lists"><header></header><code></code><translations></translations><inputs><input type="%s" initial="1"></input></inputs><script><block s="doDeclareVariables"><list><l>factors</l><l>mm</l></list></block><block s="doSetVar"><l>factors</l><block s="reportNewList"><list></list></block></block><block s="doSetVar"><l>mm</l><l>1</l></block><block s="doUntil"><block s="reportVariadicGreaterThan"><list><block var="mm"/><block var="num"/></list></block><script><block s="doIf"><block s="reportVariadicEquals"><list><block s="reportModulus"><block var="num"/><block var="mm"/></block><l>0</l></list></block><script><block s="doAddToList"><block var="mm"/><block var="factors"/></block></script><list></list></block><block s="doChangeVar"><l>mm</l><l>1</l></block></script><comment w="90" collapsed="false">Takes the input and divides it by multiple numbers until it reaches its original number. From their it will report what numbers successfully decided Into the original input</comment></block><block s="doReport"><block var="factors"/></block></script></block-definition><block-definition s="Common factors [num1] %&apos;num1&apos; [num2] %&apos;num2&apos;" type="reporter" category="lists"><header></header><code></code><translations></translations><inputs><input type="%s" initial="1"></input><input type="%s" initial="1"></input></inputs><script><block s="doDeclareVariables"><list><l>factors</l><l>mm</l><l>n</l></list></block><block s="doSetVar"><l>factors</l><block s="reportNewList"><list></list></block></block><block s="doSetVar"><l>mm</l><l>1</l></block><block s="doUntil"><block s="reportVariadicGreaterThan"><list><block var="mm"/><block var="n"/></list></block><script><block s="doIf"><block s="reportVariadicEquals"><list><block s="reportModulus"><block var="n"/><block var="mm"/></block><l>0</l></list></block><script><block s="doAddToList"><block var="mm"/><block var="factors"/></block></script><list></list></block><block s="doChangeVar"><l>mm</l><l>1</l></block></script></block><block s="doReport"><block var="factors"/></block></script></block-definition><block-definition s="common factors [num1] [num 2]" type="command" category="other"><header></header><code></code><translations></translations><inputs></inputs></block-definition><block-definition s="common factors [num1] %&apos;num1&apos; [num2] %&apos;num2&apos;" type="reporter" category="lists"><header></header><code></code><translations></translations><inputs><input type="%s" initial="1"></input><input type="%s" initial="1"></input></inputs><script><block s="doDeclareVariables"><list><l>list A</l><l>list B</l><l>Common</l></list></block><block s="doSetVar"><l>list A</l><custom-block s="factors of [num] %s"><block var="num1"/></custom-block></block><block s="doSetVar"><l>list B</l><custom-block s="factors of [num] %s"><block var="num2"/></custom-block></block><block s="doSetVar"><l>Common</l><block s="reportNewList"><list></list></block></block><block s="doForEach"><l>d</l><block var="list A"/><script><block s="doIf"><block s="reportListContainsItem"><block var="list B"/><block var="d"/></block><script><block s="doAddToList"><block var="d"/><block var="Common"/></block></script><list></list></block></script><comment w="90" collapsed="false">this code takes 2 seperate numbers and finds the common factors in both. After that, it compares the 2 lists of common factors and reports the numbers found on both lists</comment></block><block s="doReport"><block var="Common"/></block></script></block-definition></blocks><primitives></primitives><stage name="Stage" width="480" height="360" costume="0" color="255,255,255,1" tempo="60" threadsafe="false" penlog="false" volume="100" pan="0" lines="round" ternary="false" hyperops="true" codify="false" inheritance="true" sublistIDs="false" id="326"><pentrails>data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAeAAAAFoCAYAAACPNyggAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAB4KADAAQAAAABAAABaAAAAAAHwbojAAAL30lEQVR4Ae3QMQEAAADCoPVPbQwfiEBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGPgMDI3+AAEeFvcCAAAAAElFTkSuQmCC</pentrails><costumes><list struct="atomic" id="327"></list></costumes><sounds><list struct="atomic" id="328"></list></sounds><variables></variables><blocks></blocks><scripts><script x="20" y="20"><block var="cl"/></script></scripts><sprites select="1"><sprite name="Sprite" idx="1" x="0" y="0" heading="90" scale="1" volume="100" pan="0" rotation="1" draggable="true" costume="0" color="80,80,80,1" pen="tip" id="333"><costumes><list struct="atomic" id="334"></list></costumes><sounds><list struct="atomic" id="335"></list></sounds><blocks></blocks><variables></variables><scripts><script x="30.5" y="10"><custom-block s="Maximum of %s and %s"><l></l><l></l><comment w="90" collapsed="false"> input 1 number in each white block and tap on code to find the highest number between the two</comment></custom-block></script><script x="891.6117513020833" y="123.96666666666658"><block var="num1"/></script><script x="878.3578450520833" y="188.96666666666658"><block var="num2"/></script><script x="324.5" y="15.833333333333371"><custom-block s="Minimum of %s and %s"><l></l><l></l><comment w="90" collapsed="false">input 1 number in each white block and tap on code to find the smallest number between the two</comment></custom-block></script><script x="338" y="186.16666666666686"><custom-block s="maximum of list %s"><block s="reportNewList"><list><l></l></list></block><comment w="90" collapsed="false">Enter multiple numbers and click on code to reveal the largest number of them all</comment></custom-block></script><script x="25" y="135.63333333333338"><custom-block s="sum of %s"><block s="reportNewList"><list><l></l><l></l><l></l></list></block><comment w="90" collapsed="false">enter multiple numbers and tap on code to reveal the total sum of them</comment></custom-block></script><script x="20.5" y="281.76666666666665"><custom-block s="Minimum of list %s"><block s="reportNewList"><list><l></l></list></block><comment w="90" collapsed="false">Enter multiple numbers and click on code to reveal the smallest number of them all</comment></custom-block></script><script x="30" y="542.1666666666669"><custom-block s="common factors [num1] %s [num2] %s"><l></l><l></l><comment w="90" collapsed="false">Enter one number in each white box and tap on code to reveal the common factors the two numbers share</comment></custom-block></script><script x="353" y="341.76666666666654"><custom-block s="Average of [numbers list] %s"><block s="reportNewList"><list><l></l><l></l></list></block><comment w="90" collapsed="false">enter multiple numbers and tap on sprite to reveal the average of all the numbers together</comment></custom-block></script><script x="420.5" y="482.9666666666666"><custom-block s="factors of [num] %s"><l></l><comment w="90" collapsed="false">Enter one number into the white box and tap the code to reveal the factors of that number</comment></custom-block></script><script x="28" y="422.23333333333346"><custom-block s="Greatest common factor [num 1] %s [num 2] %s"><l></l><l></l><comment w="90" collapsed="false">Enter one number in each box and tap on code to reveal the greatest common factor tor shared between those numbers</comment></custom-block></script></scripts></sprite></sprites></stage><variables></variables></scene></scenes></project><media name="U2L4.2 More math" app="Snap! 11.0.8, https://snap.berkeley.edu" version="2"></media></snapdata>