Files
2026-07-30 13:18:41 +02:00

8 lines
277 B
Plaintext

= '''Here are fifteen quotation marks: """""""""""""""'''
# apos15 = '''Here are fifteen apostrophes: '''''''''''''''''' # INVALID
= "Here are fifteen apostrophes: '''''''''''''''"
# 'That,' she said, 'is still pointless.'
= ''''That,' she said, 'is still pointless.''''