Sorry that I'm posting this again, and I'm also (possibly, it might be fine) sorry that I'm posting this in share!
I'm still looking for more people,...
I keep getting a key error for the code
if films["director"] == films["George Lucas"]:
print(films["year"])
What the code is meant to do is to see i...
Hi. I do Python. Is there a way to print " in a print command? When I type print("Example, " is a symbol") it will only print Example, and not the ",...
I've got 1 person I know for sure is helping and 1 person I invited.
Who wants to help me make this? Look at the code and see if you can do the type o...
How do I make a key detection command? I tried working off @CodingCactus' 2048 game with keyPress, but it didn't work. How do I make it work?
(I'm as...
I modified @AndrewZhao1 's Whack a Mole!
I originally worked off of their repl, but it's majorly modified.
I worked off an older version, the current...
Hi! This is my first quiz and score system! Basic maths, though.
I put colour there too.
I got the colour commands from something @CodingCactus made....