Copy the code provided and paste the code into the code window. The following code uses int(input()) to read in a value for variable num_carrots. Then, uses print() to output the value of num_carrots, followed by ' -carrots', and a newline. num_carrots = int(input()) print(num_carrots, '-carrots')