It just calls the repr of the value supplied. It's usage is generally not really needed with f-strings since with them you can just do repr(self.radius) ...
確定! 回上一頁