This document contains the code for a rock paper scissors game. The code randomly generates the computer's choice from a list of options, allows the user to input their choice, compares the choices to determine a winner, and prints the result. It includes formatting to print messages indicating a draw, win, or loss. The game loops continuously to allow repeated plays.