Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Output formatting

Bad: The code prints some data, but the output is misaligned, there are too many decimal digits, and variable names are unnecessarily repeated in each row.

Poorly formatted code output example

Good: The data is the same as above, but it is arranged into an easy to read table. Insignificant digits in the decimal expansion are truncated.

Well-formatted code output example