python 打印 str 字符串的实际内容 repr(str)

python 打印 str 字符串的实际内容 repr(str)

s = 'aa'

print(repr(s))

原文地址:https://www.cnblogs.com/ibingshan/p/11190850.html