When are triple quotes likely to be used in a Python program?
(1 point)
in object-oriented design
when creating a class
when creating an object
when describing a program in comments
1 answer
Triple quotes are likely to be used in a Python program when creating a class.