Python
triple quotes escape
可以转义,但是字符串的结尾不能同样是引号,会有语法错误。
Zen of Python
def reversed_iterator(iter): return reversed(list(iter))
Python string.join(list) on object array rather than string array - Stack Overflow
triple quotes escape
可以转义,但是字符串的结尾不能同样是引号,会有语法错误。
Zen of Python
def reversed_iterator(iter): return reversed(list(iter))
Python string.join(list) on object array rather than string array - Stack Overflow