BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//American Young Coder - ECPv6.10.1.1//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-WR-CALNAME:American Young Coder
X-ORIGINAL-URL:https://www.ayclogic.com
X-WR-CALDESC:Events for American Young Coder
REFRESH-INTERVAL;VALUE=DURATION:PT1H
X-Robots-Tag:noindex
X-PUBLISHED-TTL:PT1H
BEGIN:VTIMEZONE
TZID:America/Los_Angeles
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:20180311T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20181104T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20181102T180000
DTEND;TZID=America/Los_Angeles:20181102T190000
DTSTAMP:20260621T131801
CREATED:20181103T043748Z
LAST-MODIFIED:20181106T044418Z
UID:417-1541181600-1541185200@www.ayclogic.com
SUMMARY:7PM Python Level 1
DESCRIPTION:We went over Homework October 19.py\nWe went over Homework Magic8Ball.py\nPython Quiz next week November 10\, 2018\n\nPlease study Last Quiz (3 weeks) ago.\nPlease study Homework October 19\nPlease study Homework Magic8Ball.py\nPlease study how to use List\, how to print element inside a List.\n\n\nSome exercises to prepare for the test\n\nExercise 1:\n\nCreate a function called “printSomething()”\n\nInside the function generate a random number between 1 to 4 and set/save it into variable called “randomNum”.\nIf computer pick number 1\, then print “Hi number one is cool.”\nIf computer pick number 2\, then print “Number two is cooler.”\nEverything else then print “<randomNum> is the best”.\nCall the function.\n\n\n\n\nExercise 2:\n\nCreate a python function name “subtractTwoNumbers” takes 2 parameters. Subtract 1st parameter with the 2nd parameter and return the value.\nCall the function and set/save return value to a variable call “result”.\nAnd then print “Result of subtraction is <whatever the result from the function>”\nFor example\, if I call the function like the following “subtractTwoNumbers(10\,2)” \, “result” variable will have a value of 8 and the print will print “Result of subtraction is 8”.\n\n\nExercise 3:\n\nCreate a function called “starwars”\, no parameter.\n\nCreate a variable with data type List of String call it “robots”.\nThe value of this”robots” variable is: “R2-D2”\, “C-3PO”\, “ASN-121”.\nprint each of these name using the list inside this function.\nCall this starwars function. When I call\, it will print the following from inside the function.\n\n\nR2-D2\nC-3PO\nASN-121\n\n\n\n\n\n\n\nExercise 4:\n\nCreate a function called “starwars2”. no parameter.\n\nCreate a variable with data type List of String call it “robots”.\nThe value of this “robots” variable is: “R2-D2”\, “C-3PO”\, “ASN-121”.\nGenerate a random number between 0 to 2 and set it into a variable called “idx”.\nUse this “idx” variable to print one of the elements inside the List. For example\, if “idx” is 0\, the function will then print “R2-D2”. If “idx” is 1\, then the function will print “C-3PO”.\n\n\n\n\nExercise 5:\n\nCreate a function called “starwars3”\, one parameter.\nCopy the code from “starwars2” function into “starwars3” function.\nInstead of just printing the robot name\, combine the robot name with the parameter.\nFor example\, if user call the function like the following\n\nstarwars3(" is the best")\n\nAnd if the computer pick random number 1\, then it will print\n\nC-3PO is the best
URL:https://www.ayclogic.com/event/7pm-python-level-1-3/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20181103T090000
DTEND;TZID=America/Los_Angeles:20181103T100000
DTSTAMP:20260621T131801
CREATED:20181103T175356Z
LAST-MODIFIED:20181103T180220Z
UID:419-1541235600-1541239200@www.ayclogic.com
SUMMARY:9AM Scratch Level 1
DESCRIPTION:We did Scratch Level 1 Examination for 1.5 hour.\nNo homework next week.
URL:https://www.ayclogic.com/event/9am-scratch-level-1-4/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20181103T110000
DTEND;TZID=America/Los_Angeles:20181103T120000
DTSTAMP:20260621T131801
CREATED:20181103T193053Z
LAST-MODIFIED:20181103T193053Z
UID:421-1541242800-1541246400@www.ayclogic.com
SUMMARY:11 AM Scratch Level 1
DESCRIPTION:We went over homework\nWe started Animal Race project until page 54.\nHomework:\n\nFinish all dog script until page 56.\nAdd Bat sprite if you have not done so.\nAdd Bat Start sprite (“B”) letter if you have not done so.\nCopy Dog script into Bat sprite and change accordingly so it will work when Bat press “z” key it will move rifght.
URL:https://www.ayclogic.com/event/11-am-scratch-level-1/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20181103T140000
DTEND;TZID=America/Los_Angeles:20181103T150000
DTSTAMP:20260621T131801
CREATED:20181103T214932Z
LAST-MODIFIED:20181103T214932Z
UID:423-1541253600-1541257200@www.ayclogic.com
SUMMARY:2PM Scratch Level 1
DESCRIPTION:Scratch Level 1 Test
URL:https://www.ayclogic.com/event/2pm-scratch-level-1-4/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20181103T150000
DTEND;TZID=America/Los_Angeles:20181103T160000
DTSTAMP:20260621T131801
CREATED:20181103T235021Z
LAST-MODIFIED:20181103T235021Z
UID:425-1541257200-1541260800@www.ayclogic.com
SUMMARY:3PM Scratch Level 1
DESCRIPTION:We completed “Birthday Card” project from page 82 to page 91.\nWe also learn how to upload your own picture to Scratch project.\nWe also learn how to share your project to other people.\nHomework for next week\n\nDo page p.94 to p.97.
URL:https://www.ayclogic.com/event/3pm-scratch-level-1-4/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20181103T180000
DTEND;TZID=America/Los_Angeles:20181103T190000
DTSTAMP:20260621T131801
CREATED:20181106T040141Z
LAST-MODIFIED:20181106T040141Z
UID:431-1541268000-1541271600@www.ayclogic.com
SUMMARY:6PM Python Level 1
DESCRIPTION:We went over last week homework.\n\nLearned how to generate random number generator.\nLearned how to do forever loop using While loop.\nWe learned how to make Magic 8 Ball program.\n\n\nHomework:\n\nCreate a new python file in Thony\, name it Nov3_2018Homework.py.\nCreate a new variable called “students”. Data type of this variable would be List of String and value would be: “Vivian”\, “Jessalyn”\, “Eason”.\nCreate a for loop which will go through each of the String inside the List and print the name. This is what you need to put to loop through each of the String inside the List.\nfor name in students:   \n    print(name)\n\nRun above program and make sure it prints like the following\n\n\nVivian\nJessalyn\nEason\n\n\n\nNow change above program to do the following inside the loop\n\nGenerate a random number between 1 to 3. Look at last week homework to know how to do this.\nIf generated number is 1 print “I am a Python programmer\, my name is <whatever the name from students>\nIf generated number is 2 print “I am a Scratch programmer\, my name is <whatever the name from students>\nIf generated number is 3 print “I am a Java programmer\, my name is <whatever the name from students>
URL:https://www.ayclogic.com/event/6pm-python-level-1-5/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20181109T190000
DTEND;TZID=America/Los_Angeles:20181109T200000
DTSTAMP:20260621T131801
CREATED:20181112T025745Z
LAST-MODIFIED:20181112T025745Z
UID:458-1541790000-1541793600@www.ayclogic.com
SUMMARY:7PM Python Level 1
DESCRIPTION:Python Quiz 1 retake 1.5 hour.\nHomework: No homework.\n\n 
URL:https://www.ayclogic.com/event/7pm-python-level-1-4/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20181110T090000
DTEND;TZID=America/Los_Angeles:20181110T100000
DTSTAMP:20260621T131801
CREATED:20181110T202734Z
LAST-MODIFIED:20181110T203245Z
UID:444-1541840400-1541844000@www.ayclogic.com
SUMMARY:9AM Scratch Level 1
DESCRIPTION:We went over all of the last week tests questions.\nNext week there will be Scratch Level 1 test again\, please study the following\n\nCat Art Project: https://scratch.mit.edu/projects/173114455/\nAnimal Race Project: https://scratch.mit.edu/projects/249238583/\nSpaceship Project: https://scratch.mit.edu/projects/247894864/\n\nor Virtual Snow Project: https://scratch.mit.edu/projects/246508236/\n\n\nBirthday Card Project: https://scratch.mit.edu/projects/244526580/\n\n\nThe test will start at 8:30AM\, please make sure you can access gmail account.
URL:https://www.ayclogic.com/event/9am-scratch-level-1-5/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20181110T100000
DTEND;TZID=America/Los_Angeles:20181110T110000
DTSTAMP:20260621T131801
CREATED:20181110T184810Z
LAST-MODIFIED:20181110T203354Z
UID:440-1541844000-1541847600@www.ayclogic.com
SUMMARY:10AM Scratch Level 1
DESCRIPTION:We went over the following projects which will be in the test next week at 8:30AM:\n\nCat Art Project: https://scratch.mit.edu/projects/173114455/\nAnimal Race Project: https://scratch.mit.edu/projects/249238583/\nSpaceship Project: https://scratch.mit.edu/projects/247894864/\n\nor Virtual Snow Project: https://scratch.mit.edu/projects/246508236/\n\n\nBirthday Card Project: https://scratch.mit.edu/projects/244526580/\n\n\nPlease come at 8:30AM on November 17\, 2018 and make sure you have access to gmail account.\nSome notes about the test\, during the Test\, you have to explain what the script is doing on the screen or what happen to the sprite. For example\, when there is “go to mouse-pointer” script\, you need to explain like this “The sprite will follow wherever the mouse cursor is moving. If the mouse cursor is moving left\, the sprite will move left as well”
URL:https://www.ayclogic.com/event/10am-scratch-level-1-4/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20181110T110000
DTEND;TZID=America/Los_Angeles:20181110T120000
DTSTAMP:20260621T131801
CREATED:20181110T203730Z
LAST-MODIFIED:20181110T203730Z
UID:448-1541847600-1541851200@www.ayclogic.com
SUMMARY:11AM Scratch Level 1
DESCRIPTION:We completed Animal Race project: https://scratch.mit.edu/projects/249238583/\nWe started “Ask Gobo” project on page 60 to 62.\nHomework\n\nDo “Ask Gobo” project until page 65.\nIf you don’t do your homework there will be consequences. Bring donuts for 5 people in the next class.
URL:https://www.ayclogic.com/event/11am-scratch-level-1-3/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20181110T140000
DTEND;TZID=America/Los_Angeles:20181110T150000
DTSTAMP:20260621T131801
CREATED:20181110T230617Z
LAST-MODIFIED:20181110T230617Z
UID:450-1541858400-1541862000@www.ayclogic.com
SUMMARY:2PM Scratch Level 2
DESCRIPTION:We went over the test result last week.\nWe started enhancing Spaceship project to have fireball.\nHomework:\n\nFind fireball image in the internet\nWhen fireball is fired\, reduce variable fireball remaining by one\,\nWhen fireball remaining variable is 0\, prevent from firing any more fireball
URL:https://www.ayclogic.com/event/2pm-scratch-level-2/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20181110T150000
DTEND;TZID=America/Los_Angeles:20181110T160000
DTSTAMP:20260621T131801
CREATED:20181111T000204Z
LAST-MODIFIED:20181111T000204Z
UID:452-1541862000-1541865600@www.ayclogic.com
SUMMARY:3PM Scratch Level 1
DESCRIPTION:We completed the Spiralizer project until page 103.\nWe started Tunnel of Doom project until page 129.\nHomework\n\nComplete Tunnel of Doom project until page 132
URL:https://www.ayclogic.com/event/3pm-scratch-level-1-5/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20181110T180000
DTEND;TZID=America/Los_Angeles:20181110T190000
DTSTAMP:20260621T131801
CREATED:20181111T032825Z
LAST-MODIFIED:20181111T032825Z
UID:454-1541872800-1541876400@www.ayclogic.com
SUMMARY:6PM Python Level 1
DESCRIPTION:We went over last week homework. Learning List and how to go through each of the element inside the list using for loop. We learned how to generate a random number.\nHomework:\n\nP.36 through P.40
URL:https://www.ayclogic.com/event/6pm-python-level-1-6/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20181111T150000
DTEND;TZID=America/Los_Angeles:20181111T160000
DTSTAMP:20260621T131801
CREATED:20181112T003703Z
LAST-MODIFIED:20181112T003703Z
UID:456-1541948400-1541952000@www.ayclogic.com
SUMMARY:3PM Scratch Level 1
DESCRIPTION:We went over Dino Project until page 41.\nHomework\n\nContinue Dino Project from 42 and 45.
URL:https://www.ayclogic.com/event/3pm-scratch-level-1-6/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20181116T170000
DTEND;TZID=America/Los_Angeles:20181116T180000
DTSTAMP:20260621T131801
CREATED:20181117T164420Z
LAST-MODIFIED:20181117T164420Z
UID:461-1542387600-1542391200@www.ayclogic.com
SUMMARY:5PM Scratch Level 1
DESCRIPTION:We went over Fireworks project\nWe added a couple of sound effects when the rocket is launched and when it explodes.\nWe added flag animation in the middle.\nHomework:\n\nNo homework.
URL:https://www.ayclogic.com/event/5pm-scratch-level-1/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20181116T180000
DTEND;TZID=America/Los_Angeles:20181116T190000
DTSTAMP:20260621T131801
CREATED:20181117T164605Z
LAST-MODIFIED:20181117T164605Z
UID:463-1542391200-1542394800@www.ayclogic.com
SUMMARY:6PM Python Level 1
DESCRIPTION:We went of Starry Night project from the book\, page 90.\nHomework:\n\nMake the program draw stars in different sizes every time it loops.
URL:https://www.ayclogic.com/event/6pm-python-level-1-7/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20181117T083000
DTEND;TZID=America/Los_Angeles:20181117T100000
DTSTAMP:20260621T131801
CREATED:20181117T174354Z
LAST-MODIFIED:20181117T174354Z
UID:465-1542443400-1542448800@www.ayclogic.com
SUMMARY:8:30AM Scratch Level 1
DESCRIPTION:Scratch Level 1 Test B: 8:30AM to 10AM\nHomework\n\nNo Homework\n\n\n\n 
URL:https://www.ayclogic.com/event/830am-scratch-level-1/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20181117T100000
DTEND;TZID=America/Los_Angeles:20181117T110000
DTSTAMP:20260621T131801
CREATED:20181117T191750Z
LAST-MODIFIED:20181117T191750Z
UID:467-1542448800-1542452400@www.ayclogic.com
SUMMARY:10AM Scratch Level 1
DESCRIPTION:We went over Birthday Card project where we can use our own picture to replace Shark sprite.\nWe went over how to crop and shrink pictures.\nWe went over how to share your project.\nWe started Virtual Snow project.\nHomework:\n\nP. 148 to 150.
URL:https://www.ayclogic.com/event/10am-scratch-level-1-5/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20181117T140000
DTEND;TZID=America/Los_Angeles:20181117T150000
DTSTAMP:20260621T131801
CREATED:20181118T010232Z
LAST-MODIFIED:20181118T010232Z
UID:469-1542463200-1542466800@www.ayclogic.com
SUMMARY:2PM Scratch Level 2
DESCRIPTION:We went over Spaceship project\n\nWe learned how to use fireball transparent background images from the internet.\nAdded the limitation of 10 fireballs per game.\nWe made the asteroids more frequent and change color every 10 seconds.\n\n\nHomework:\n\nEvery 10 seconds the “asteroidWait” has to be subtracted by -0.1.\nEvery 20 seconds the asteroid has to become bigger by 10 points.
URL:https://www.ayclogic.com/event/2pm-scratch-level-2-2/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20181117T150000
DTEND;TZID=America/Los_Angeles:20181117T160000
DTSTAMP:20260621T131801
CREATED:20181118T010518Z
LAST-MODIFIED:20181118T010518Z
UID:471-1542466800-1542470400@www.ayclogic.com
SUMMARY:3PM Scratch Level 1
DESCRIPTION:We went over Tunnel of Doom project and completed them.\nWe started Virtual Snow project until page 147.\nHomeworks:\n\nP. 148 to P.150.
URL:https://www.ayclogic.com/event/3pm-scratch-level-1-7/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20181117T160000
DTEND;TZID=America/Los_Angeles:20181117T170000
DTSTAMP:20260621T131801
CREATED:20181118T010726Z
LAST-MODIFIED:20181118T010726Z
UID:473-1542470400-1542474000@www.ayclogic.com
SUMMARY:4PM Scratch Trial Class
DESCRIPTION:We did over Cat Art project.\nWe went over all interesting AYC Logic projects.
URL:https://www.ayclogic.com/event/4pm-scratch-trial-class/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20181117T180000
DTEND;TZID=America/Los_Angeles:20181117T190000
DTSTAMP:20260621T131801
CREATED:20181118T033653Z
LAST-MODIFIED:20181118T053803Z
UID:475-1542477600-1542481200@www.ayclogic.com
SUMMARY:6PM Python Level 1
DESCRIPTION:We went over homework from page 36 to 40.\n\nWe learn the concept of “function” in python.\n\nHow to create a function.\nHow to create function parameters.\nHow to call a function.\n\n\n\n\nHomeworks\n\nP.41\nCreate a python file called “askGobo.py”\n\nCreate a function called “askGobo”.\nThis function will have one parameter called “question”.\nInside the function combine “Gobo is sick and cannot answer your question: ” and the parameter “question” and print it out.\nCall the function twice:\n\naskGobo(“Am I handsome?”)\, the function will then print “Gobo is sick and cannot answer your question: Am I handsome?“\naskGobo(“Am I cool?”)\, the function will print “Gobo is sick and cannot answer your question: Am I cool?”
URL:https://www.ayclogic.com/event/6pm-python-level-1-8/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20181118T150000
DTEND;TZID=America/Los_Angeles:20181118T160000
DTSTAMP:20260621T131801
CREATED:20181119T001259Z
LAST-MODIFIED:20181119T001259Z
UID:479-1542553200-1542556800@www.ayclogic.com
SUMMARY:3PM Scratch Level 1
DESCRIPTION:We went over the Dinosaur Dance project making sure Forever loop are understood and student knows how to have left and right arrow keys control\nHomeworks:\n\nP.44 to P.45
URL:https://www.ayclogic.com/event/3pm-scratch-level-1-8/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20181121T080000
DTEND;TZID=America/Los_Angeles:20181121T090000
DTSTAMP:20260621T131801
CREATED:20181121T172821Z
LAST-MODIFIED:20181121T172821Z
UID:486-1542787200-1542790800@www.ayclogic.com
SUMMARY:8AM Scratch Level 1
DESCRIPTION:We completed Dino Dance project.\nWe learned about Math Geometry X\, Y axes and coordinates.\nHomework\n\nFind all coordinates of all 4 shapes in the grid paper.\nMemorize Scratch username.\nType 20 words everyday inside a computer.
URL:https://www.ayclogic.com/event/8am-scratch-level-1/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20181130T180000
DTEND;TZID=America/Los_Angeles:20181130T190000
DTSTAMP:20260621T131801
CREATED:20181202T004942Z
LAST-MODIFIED:20181202T004942Z
UID:516-1543600800-1543604400@www.ayclogic.com
SUMMARY:7PM Python Level 1
DESCRIPTION:We went over the Stary Night homework.\nWe completed Stary Night project from page 90 to 96.\n\nWe learned the difference between “random.randrange” and “random.randint”.\nWe learned how to choose random element inside a list using random index and random.choice.\nWe learned how to create star in the Stary Night project by clicking.\n\n\nHomeworks:\n\nCreate a python file call it “MegaRandom.py”\n\nCreate a variable data type is list of string call it “gospel” and the value would be “Matthew”\, “Mark”\, “Luke”\, “John”.\nCreate a function call it “giveMeRandomGospel1” with no parameter.\n\nIn this function return a random element from list “gospel”. Use “random.randrint” to select a random element from the list.\nCall this function and concatenate the result with “Random gospel1 = ” and print the result to the screen.\n\nFor example\, the result could be something like the following if you call the function twice and print the result twice\n\nRandom gospel1 = Mark\nRandom gospel1 = John\n\n\n\n\n\nCreate a function call it “giveMeRandomGospel2” with no parameter.\n\nIn this function return a random element from list “gospel”. DO NOT use “random.randint” to select a random element from the list. Look at previous class to see which other random function you can use to select random element from list.\nCall this function and concatenate the result with “Random gospel2 = ” and print the result to the screen.\n\nFor example\, the result could be something like the following if you call the function twice and print the result twice\n\nRandom gospel2 = Mark\nRandom gospel2 = John\n\n\n\n\n\n\n\nModify the previous homework file “stary_night.py” to do the following\n\nCreate a new function call it “draw_planet” with 4 parameters: size\, color\, x\, y.\nLook at page 97 on how to create “draw_planet” function. Inside the book the size of the circle is always 50. Modify the size of the circle to be according to parameter size.\nIn the project\, inside the loop which creates the random stars\, modify the code so it will do the following\n\nIF random.randint(1\,2) == 1 call “draw_planet” function  ELSE call “draw_star” function.
URL:https://www.ayclogic.com/event/7pm-python-level-1-5/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20181130T180000
DTEND;TZID=America/Los_Angeles:20181130T200000
DTSTAMP:20260621T131801
CREATED:20181202T003003Z
LAST-MODIFIED:20181216T013917Z
UID:514-1543600800-1543608000@www.ayclogic.com
SUMMARY:6PM Scratch Level 1
DESCRIPTION:Scratch Level 1 test for 2 hours.
URL:https://www.ayclogic.com/event/6pm-scratch-level-1/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
END:VCALENDAR