American Young Coder (AYC)

AYC logo
Loading Events

« All Events

  • This event has passed.

SUN – 3 PM – Intro To Python

September 27, 2020 @ 3:00 pm - 4:00 pm

  1. We continued with the Hangman Game project.
    1. We added a feature to replace the question mark from “clue” list with a letter that the user guesses correctly.
  2. Homework:
    1. In our hangman game, right now when all letters have been guessed correctly, the game did not stop. Try to stop the game when there is no more question mark in the “clue” variable. To do this try the following code and see if you can figure out what to do
      1. if "?" not in clue:
           print("Hooray")
    2. Review what we did last class how to go through each letter inside a word using for loop.

Details

Date:
September 27, 2020
Time:
3:00 pm - 4:00 pm
Event Categories:
,
Verified by MonsterInsights