About the Oracle Orb category

Need some guidance on a future decision? Code your own oracle orb fortune telling game in Python!

I found what I believe is a bug in the activity. When you add the line of code play_again = “Y”, the directions tell you to add it into the while loop above above the input statement. However, I believe it should go right before the while loop. You cannot test the while condition until the play_again variable is initialzed. I tested it and it works correctly by adding that before the while loop and not inside it. :slightly_smiling_face: