Multiple choice What function/command do we use to print something to the screen? printer() print() print = 22 Reveal answer Fill a bubble to check yourself B Correct answer Explanation The print() function is the standard command in Python used to output text or data to the console or screen.