Getting Started with Python

Complete this assessment with 100% score to master this chapter.

01Which function is used to display text in the console in Python?

02How do you start a single-line comment in Python?

03Why is indentation important in Python?

04What command opens the Python interactive REPL in the terminal?

05Which of these is a valid way to print multiple values with a custom separator?