# Introduction The `print()` function is a built-in function in Python that allows you to display output to the console. It is a useful tool for debugging and for presenting information to the user. In this lab, we will explore the different ways you can use the `print()` function to format your output. ## Achievements - `print()` - Format Specifiers - f-Strings
Click the virtual machine below to start practicing