Introduction to Computing Summary
Summary
Introduction to Computing
Introduction to Python
print()
function.\
), with no trailing space, to divide long source code lines into multiple lines.Turtle Graphics
turtle.forward()
function.def
keyword to reuse a behavior instead of re-writing the same code over and over.=
" sign, an assignment operators +=, -=, *=, /=, %=, //=, **=
.