My AP CSP performance task is a simple game of Rock, Paper, Scissors. My code uses python script. In my code, you play against the computer. It keeps track of the score and continues playing until you or the computer wins 2 times. When the winner is decided, the winner is congratulated and the loser is giving encouragement.
Our Pair Programming Project was a simple painting of a flower. My pair programming project partner is Amani Hampton. Our code is a simple Karel robot, python script that paints a flower step by step. First, Karel paints green grass in two rows. Then, she paints the blue sky using loops to fill large areas. After that, she paints the flower's stem, yellow center, and purple petals to complete the flower.