我得到了 python 3.6 中新的 f 字符串的作用,但是在下面的代码片段中找到的结尾 !r 呢。
def __repr__(self):
return (f'Pizza({self.radius!r}, 'f'{self.ingredients!r})')
我得到了 python 3.6 中新的 f 字符串的作用,但是在下面的代码片段中找到的结尾 !r 呢。
def __repr__(self):
return (f'Pizza({self.radius!r}, 'f'{self.ingredients!r})')