How would I read the outputs with angle brackets in python

前端 未结 0 1291
忘掉有多难
忘掉有多难 2020-12-12 10:26

Code example:

>>> class Snake:
        pass

and then I do this

>>> snake = Snake()
>>> print(snake)         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题