Module 1: Getting Started with Python Quiz
Test your Python knowledge with this interactive 3-question quiz on Module 1: Getting Started with Python. Passing score: 70%. Get instant feedback and earn XP.
Questions
Question 1: Which function is used to display output on the screen in Python?
- display()
- console.log()
- print()
- echo()
Question 2: How do you start a single-line comment in Python?
- //
- /*
- #
- <!--
Question 3: What happens when you run Print("Hi") with a capital P?
- It prints "Hi"
- It raises a NameError
- It raises a SyntaxError
- It converts to lowercase