Module quiz: Programming Paradigms
Which of the following can be used for commenting a piece of code in Python? (Select all that apply)
({ }) - Curly Brackets
· ( # ) - Hashtag *
( @ ) - At the rate sign
(''' ''') - Triple quotation marks
What will be the output of running the ...