9 AM – Indo – Intro to Python – Joel
Today we did: We finished the homework for the right_arm, learned how to make a face function. Homework: Make a proposal for your final project. It should be drawing of what theRead More...
Today we did: We finished the homework for the right_arm, learned how to make a face function. Homework: Make a proposal for your final project. It should be drawing of what theRead More...
Today We Did – While Loops While Loops is how we can repeat code without navigating through a list while <conditional/boolean> when the conditional or boolean is True, the loop will repeatRead More...
Your HW: Work on the Arrow attack for the monster inheritance project Create a new method recieve_arrow_attack with one parameter damage inside the monster class Make it reduce the monster's HP byRead More...