6 PM – Intro To Python – Sebastian
Today We Did Learned how to get input from the shell: input() Reviewed how to append strings to eachother Reviewed if, elif, else with input() Learned that input() always becomes a stringRead More...
Today We Did Learned how to get input from the shell: input() Reviewed how to append strings to eachother Reviewed if, elif, else with input() Learned that input() always becomes a stringRead More...
Today We Did We did Dec1_TurtleBasic.py. We drew a Square shape with a Turtle module. We created draw_square(color) function. Homework Create Dec1_Turtle4ShapesHomework.py And do exercises according to https://www.ayclogic.com/draw-4-shapes-using-turtle-module/
Homework Create Dec12_Private_ListHomework.py. Copy codes from page 37 to 38. Create a list of monsters: “dragon”, “phoenix”, “minotaur”, “hydra” using the list print “DRAGON is a powerful monster”. Get the first elementRead More...
Today we did: Reviewed for the quiz Homework Only homework is to prepare for the quiz. Feel free to reach out if you need any additional help or practice problems.
Today We Did We reviewed the 1st quiz result. If you guys don't receive my quiz feedbacks, please let me know. Ask your parents to text me. Homework Create a new pythonRead More...
Today We Did How functions work (parameters, arguments) How to call functions In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework DEC3_functions_hw.py Homework: https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/
Today We Did How functions work (parameters, arguments) How to call functions In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework DEC3_functions Homework: https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/
Today We Did Remember the important 3 steps to debugging: Click the bottom blue line Read the error message Fix the error and rerun Debugged the code here In case you needRead More...
Homework Inside Nov29_RobuxShoppingCart.py Call make_purchase function for HAIR and VIP Server products. This is very similar on how you call make_purchase for HAT product. Add code that will implement "4. Add moreRead More...
Today We Did Creating a list List functions (.append(), .remove(), .pop(), del, .insert()) In case you need anything, feel free to email me at sebastian@ayclogic.com Homework Name your homework DEC7_input1, and DEC7_input2Read More...