I need these questions to be answered with using the python following code for tic tac toe
Budget: $10 – $30 USD
Capture and paste(a picture) two program code segments you developed during the administration of this task that contain a student-developed procedure that implements an algorithm used in your program and a call to that procedure.
i. The first program code segment must be a student-developed procedure that:
Defines the procedure's name and return type (if necessary)
Contains and uses one or more parameters that have an effect on the functionality of the procedure
Implements an algorithm that includes sequencing, selection, and iteration
ii. another picture of The program code segment must show where it is developed procedure is being called in your program.
Then, provide a written response that does both of the following:
iii. Describes in general what the identified procedure does and how it contributes to the overall functionality of the program.
iv. Explains in detailed steps how the algorithm implemented in the identified procedure works. Your explanation must be detailed enough for someone else to recreate it.
Provides a written response that does all three of the following:
Approx. 200 words together
i. Describes two calls to the procedure identified in written response. Each call must pass a different argument(s) that causes a different segment of code in the algorithm to execute.
First call:
Second call:
ii. Describes what condition(s) are being tested by each call to the procedure.
Condition(s) tested by the first call:
Condition(s) tested by the second call:
Identifies the result of each call.
Result of the first call:
Result of the second call:
i. The first program code segment must be a student-developed procedure that:
Defines the procedure's name and return type (if necessary)
Contains and uses one or more parameters that have an effect on the functionality of the procedure
Implements an algorithm that includes sequencing, selection, and iteration
ii. another picture of The program code segment must show where it is developed procedure is being called in your program.
Then, provide a written response that does both of the following:
iii. Describes in general what the identified procedure does and how it contributes to the overall functionality of the program.
iv. Explains in detailed steps how the algorithm implemented in the identified procedure works. Your explanation must be detailed enough for someone else to recreate it.
Provides a written response that does all three of the following:
Approx. 200 words together
i. Describes two calls to the procedure identified in written response. Each call must pass a different argument(s) that causes a different segment of code in the algorithm to execute.
First call:
Second call:
ii. Describes what condition(s) are being tested by each call to the procedure.
Condition(s) tested by the first call:
Condition(s) tested by the second call:
Identifies the result of each call.
Result of the first call:
Result of the second call: