Chapter 2: Problem 8
Write a statement that displays the following text: Python's the best!
Short Answer
Expert verified
Based on the given step-by-step solution, write a Python statement that displays the text "Python's the best!".
Answer: `print("Python's the best!")`