in math_quiz.py, we comment our code to explain to coders what is happening to help them understand the code.
comments are either wrapped in 3 double-quotes or begin with a pound symbol, a.k.a. a hash sign
we prefer good grammar in our comments. please correct any capitalization and syntax errors.
in math_quiz.py, we comment our code to explain to coders what is happening to help them understand the code.
comments are either wrapped in 3 double-quotes or begin with a pound symbol, a.k.a. a hash sign
we prefer good grammar in our comments. please correct any capitalization and syntax errors.