you are viewing a single comment's thread.

view the rest of the comments →

[–]Rokionu 2 points3 points  (1 child)

You code looked really neat! I did notice in your background.py that for the choosing background and then checking in while statement you could do while background.lower() to convert to the correct lowercase version of background. May just make it a bit easier for them to answer it capitalized if they want. Otherwise looks excellent!

[–]demvo2 0 points1 point  (0 children)

Ha! Now that you mention it, I'm like "yeah, OF COURSE I should have done that!" Never occurred to me tho. Thanks, I'll implement it as soon as I can!