sworther
4/23/2018 - 10:51 AM

#python long string

#python long string

#!/usr/bin/env python3
my_very_big_string = (
    r"\n\n\n ,"
    "For a long time I used to go to bed early. Sometimes, "
    "when I had put out my candle, my eyes would close so quickly "
    "that I had not even time to say “I’m going to sleep.”"
)

print(my_very_big_string)