Random Password Generator
This program generates a random password. The password is at least 10 characters long and includes...
This program generates a random password. The password is at least 10 characters long and includes...
Copy and paste this code into a python IDE, and you got tic tac toe!
Don’t have a calculator? Don’t worry. Just paste this code into Python and let Python do...
In python, %d is similar to %s, but uses numbers instead of strings. This prevents typing...
Nailed It! is a CCC senior 3/ junior 5 question. The method to solve this is...
For a Junior 5 question, Escape Room isn’t that easy. The brute-force method would be to...
Modern Art is a CCC problem. Notice that if you brush on a specific square for...
Mouse Journey is a problem that is related to simple math. Read the problem first. The...
Floor plan is a CCC senior 3 problem that is very confusing at first, and gradually...
Babbling Brooks is an example of a problem that is good for functions. There could be...