“Can't convert 'int' object to str implicitly” error (Python)

后端 未结 2 884
余生分开走
余生分开走 2020-12-21 09:33

I am trying to test if the decimal representation of a certain number contains the digit 9 at least twice, so I decided to do something like that:

i=98759102         


        
2条回答
提交回复
热议问题