강의

멘토링

커뮤니티

Inflearn Community Q&A

minjaeminjae41111143's profile image
minjaeminjae41111143

asked

Creating Real-World Python Games (Pygame)

Rabbit Game A

파이썬 코드 오류요 ㅠㅠ

Written on

·

472

0

보여주신 사이트 3번째것을 복사해서 붙여 넣었더니

libpng warning: iCCP: known incorrect sRGB profile

libpng warning: iCCP: known incorrect sRGB profile

libpng warning: iCCP: known incorrect sRGB profile

Traceback (most recent call last):

  File "C:/Users/Kms/PycharmProjects/untitled/토끼게임.py", line 20, in <module>

    for x in range(width/grass.get_width()+1):

TypeError: 'float' object cannot be interpreted as an integer

라는 오류가 뜹니다.. 해결해 주세요!

python

Answer

This question is waiting for answers
Be the first to answer!
minjaeminjae41111143's profile image
minjaeminjae41111143

asked

Ask a question