Using Programs with Data - AP Computer Science Principles

Card 1 of 30

0
Didn't Know
Knew It
0
1 of 3029 left
Question

Choose the correct way to start a multiline comment in Python.

Tap to reveal answer

Answer

Use triple quotes: '''comment'''. Triple quotes allow comments spanning multiple lines.

← Didn't Know|Knew It →