This is cool but you also could have just wrapped the art in comment strings -> """ art """ and this would have treated the art as strings while also exiting backslashes easily.
@CodingCactus yeah thats cool. They are used to make multiline comments. They also happen to be treated as strings so they can also be formatted and printed.
"Animated" ASCII Cactus
Dancing Cactus
The most beautiful thing (a cactus (obviously)) can now be endlessly shown in front of your face.
Enjoy
This is cool but you also could have just wrapped the art in comment strings ->
""" art """
and this would have treated the art as strings while also exiting backslashes easily.@Jakman ok, I am not aware of "comment strings". so that's why I didn't use them
@CodingCactus yeah thats cool. They are used to make multiline comments. They also happen to be treated as strings so they can also be formatted and printed.
@Jakman oh, ok cool. thanks for enlightening me
@CodingCactus no problem. U wrote a bunch of quotes when you only needed one set of comment strings. I dont want people to waste their time.
@Jakman NICE