0
1
5
1922
A. recursive algorithm 1. -Reduce a problem to a simpler (or smaller) version ofthe sam...
A. Creating function: 1. Syntax def<function name> ( ) : <function body> ? def is a ...
A. while loop 1. ? Need a loop variable – Initialized outside loop – Changes within...
A. Syntax: how we put together legal Semantics: how do we deduce the meanings associa...
1. comment: HTML:<!--comment--> CSS: /*comment*/ 2. em: HTML: 斜體 CSS:font size;...