我是靠谱客的博主 精明海燕,最近开发中收集的这篇文章主要介绍Implicit conversion to integers using __int__ is deprecated,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

之前能运行的代码,现在运行的时候报下面错误。

 Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python.

根据小伙伴的提示,原来是因为3.8版本对float类型的数据转int型的一个提示。
问题不大,我这里确实是要int类型的。

所以,我将数据全部加上了 int 的强制转换,然后就好了。


参考:
-pygame 贪吃蛇小游戏 部分代码错误分析

最后

以上就是精明海燕为你收集整理的Implicit conversion to integers using __int__ is deprecated的全部内容,希望文章能够帮你解决Implicit conversion to integers using __int__ is deprecated所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(38)

评论列表共有 0 条评论

立即
投稿
返回
顶部