Question: For this exercise you will design and implement a program (again using functions that you write yourself) that allows the user to play either Rock-Paper-Scissors
For this exercise you will design and implement a program (again using functions that you write yourself) that allows the user to play either "Rock-Paper-Scissors" or "Tic-Tac-Toe" (but not both) with a computer player. Both of these games can be played randomly by a computer player, but if your are feeling particularly ambitious, it isn't difficult to get an artificial Tic-Tac-Toe player to play slightly better than randomly.... In order to complete this task, you will need to: ensure you know how "Rock-Paper-Scissors" and/or "Tic-Tac-Toe" are played Your submission for this exercise: must be a source code file with filename 'comp1405_w23_#########_tutorial_05_b.py' must include a "main" function that is called at the end of your program must have the remaining functionality organized into separate functions must ensure that the user input is always a valid option for your game 1 You must replace the number signs in the filename with your official nine-digit student identification number.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
