MRU-COMP1701-dev / fopp-functions-first

Foundations of Python Programming: Functions First
GNU Free Documentation License v1.3
0 stars 3 forks source link

Recommended Grammar Correction for Section 3.7 (Tips for Debugging) #39

Open CodeIsBrokeYo opened 2 months ago

CodeIsBrokeYo commented 2 months ago

The following paragraph could be made clearer with the accompanying bolded correction:

Paragraph 4 (sub-paragraph 3 under paragraph 1): "Use print statements to print out variable values, user inputs, and intermediate calculation [corrected spelling from "calcaultion"] results so you can compare them to what you expected."