79414777

Date: 2025-02-05 12:45:03
Score: 2
Natty:
Report link

Got the answer. These rules to follow: Strings can be enclosed only in:

  1. Single quotes.
  2. Triple single quotes.
  3. Double quotes.
  4. Triple double quotes.
  5. Whenever interpreter find ''' it will search other set of '''.
  6. We can mix Single quote +Triple single quotes like this 'test''' but not '''test' and Double quotes + Triple double quotes like this "test""" but not """test"
Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: dadi007