Week 3: Sep 8 - Sep 12
Quiz 1
Wednesday, September 10th
What is covered:
Mathematical operations on integers and floats.
Variable assignment.
The
print()
function.The
if
statement.for
loops,while
loops andbreak
.The
range()
function.
Jupyter Notebook
Documenting code: LaTeX
Python
Fine-tuning loops:
break
andcontinue
while
loopsLogical operators
not
,and
,or
Documenting code: comments