Creating my first Python game – objects, expressions, variables, loops, containers, functions # The following notes are taken from Lecture 2 and Recitation 1 of MIT Open Courseware’s Intro to CS; and the “Python Basics” module in TreeHouse. # Programs are intended to be read by humans, not just executed. That is why we create comments […]
12.28.2014