目录python去除字符串最后的换行符‘\\n’附录:在 Python 中从字符串中删除换行符可以使用哪些方式?一、在 Python 中使用 strip() 函数从字符串中删除换行符二、在 Python 中使用 replace() 函数从字符串
this is my code: def a(): print \'sss\' @a() def b(): print \'aaa\' b() and the Tracebackis: sss Traceback (most recent call last):