A

Admin • 833K Points
Coach

Q. How do you create a comment that spans multiple lines in Python?

  • (A) Using triple quotes ''' ''' or """ """
  • (B) Using /* */
  • (C) Using //
  • (D) Using ##
  • Correct Answer - Option(A)
  • Views: 22
  • Filed under category Python
  • Hashtags:

Explanation by: Admin

Multiline comments are created using triple quotes.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.