- This event has passed.
6 PM – Intro to Python – Nathaniel
October 5, 2021 @ 6:00 pm - 7:00 pm
Today we:
- Finished hangman
Homework:
- Do the following problem:
Get a word from the user. And print each character of the word along with its index. ex. word input = "race" output: "r at index 0" "a at index 1" "c at index 2" "e at index 3"