Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getting an error when ran #3

Open
Arthurhackman opened this issue Apr 21, 2020 · 1 comment
Open

getting an error when ran #3

Arthurhackman opened this issue Apr 21, 2020 · 1 comment

Comments

@Arthurhackman
Copy link

File "snake.py", line 262, in
win.addch(food/WIDTH, food%WIDTH, '@')
TypeError: integer arg
ument expected, got float

@nullxjx
Copy link

nullxjx commented Dec 17, 2020

food/WIDTH 改成 food//WIDTH

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants