标签: python
这是pygame文档的一部分,我不知道“ - >”是什么的意思。
答案 0 :(得分:0)
->通常意味着"返回"。在您的情况下,您的rect()函数会返回Rect个实例。
->
rect()
Rect