Skip to content

Fix print syntax in magic8Ball#16

Open
adjenk wants to merge 2 commits into
Daudie87:masterfrom
adjenk:master
Open

Fix print syntax in magic8Ball#16
adjenk wants to merge 2 commits into
Daudie87:masterfrom
adjenk:master

Conversation

@adjenk
Copy link
Copy Markdown

@adjenk adjenk commented May 27, 2026

I found a couple of print statements in magic8Ball that hadn't been updated for python 3
Note: the program won't run again if the user says Y/y
One way to fix it would be to use break instead of continue so the flow returns to the outer while loop.

I was going to try and finish the coinEstimator program but I wasn't sure what was intended.
It asks the user for the weight of each type of coin. Is it then meant to estimate the number of coins; and how many rolls and wrappers will be needed? Perhaps also how many coins will be left over and not part of a roll?

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

Successfully merging this pull request may close these issues.

1 participant