Create Task Day 1

Today I began my hangman code. The first problem I ran into was creating an array in python to count the number of characters in an input that someone gives. I looked up how to do it, so that wasn't that hard. The next problem is going to be dealing with the difference between spaces and characters, and then filling in the characters once the user guesses one right.

I also created a function called guess, which accepts a letter input from the user as a guess. That's all for today.

Scale of 1-10: 1

Comments

Popular posts from this blog

Marconi Feedback

Create Task Day 4

CS50 Hello World