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

Chase the Pizza Python - Step 3 Code Has Error #6487

Open
thsparks opened this issue Aug 20, 2024 · 0 comments
Open

Chase the Pizza Python - Step 3 Code Has Error #6487

thsparks opened this issue Aug 20, 2024 · 0 comments

Comments

@thsparks
Copy link
Contributor

The code recommended in Step 3 of the Save the Pizza python tutorial results in an error message. It seems the empty image causes in issue. We should probably just support this empty string in our APIs? That, or potentially combine this step and the next so the image is set by the end of the step.

mySprite: Sprite = None
scene.set_background_color(0)
mySprite = sprites.create(img(""" """), SpriteKind.player)

image

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

1 participant