Question: Please use Python as a programming language. Use simple code as possible. Exercise 2.1 Defining A Function Recall how we define a function using def,
Please use Python as a programming language. Use simple code as possible.
Exercise 2.1 Defining A Function
Recall how we define a function using def, and how we pass in parameters. Transform the code from (the rock, paper, scissors game) into a function that takes parameters, instead of asking the user for input. Make sure to return your answer, rather than printing it.
Reference below
# ********** Exercise 2.1 **********
# Define your function here
##### YOUR CODE HERE ######
Test Cases for Exercise 2.1
##### YOUR CODE HERE #####
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
