小编tah*_*uet的帖子

在python中使用//

我是python编程的新手.我已经来到了一个程序中

if (pos.x//1,pos.y//1) not in self.cleaned:
     self.cleaned.append((pos.x//1,pos.y//1)) 
Run Code Online (Sandbox Code Playgroud)

用来.这对我来说可能很愚蠢.但任何人都可以告诉我代码的含义.请告诉我"//"的功能.

python numpy matplotlib python-2.7 python-3.x

3
推荐指数
2
解决办法
214
查看次数

标签 统计

matplotlib ×1

numpy ×1

python ×1

python-2.7 ×1

python-3.x ×1