+ 1
Pls help:
I typed this code for finding spy numbers but it's not working please help me fix this🙃☺️ https://code.sololearn.com/c2gXrX8zXNXu/?ref=app
3 odpowiedzi
+ 2
in line 8 you get a float by dividing the ints, but what you need is the floor division:
n=n//10
+ 3
yaay! ^-^ always welcome
0
thanks loeckchen it works now