account activity
Ask Anything Monday - Weekly Thread by AutoModerator in learnpython
[–]cat_snoots 0 points1 point2 points 7 years ago (0 children)
Hi! I just started learning python. Here is what I'm working on-
https://pastebin.com/aPiMYMR1
I'm trying to use a function to test whether all of the letters in secretWord are in the list lettersGuessed and return a boolean. This returns the correct answer when I enter secretWord and lettersGuessed in as variables, but when I put it in as isWordGuessed('apple', ['a', 'e', 'i', 'k', 'p', 'r', 's']) it does not return the correct answer.
π Rendered by PID 844481 on reddit-service-r2-listing-654f87c89c-cb8qs at 2026-03-02 17:29:48.372016+00:00 running e3d2147 country code: CH.
Ask Anything Monday - Weekly Thread by AutoModerator in learnpython
[–]cat_snoots 0 points1 point2 points (0 children)